diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-18 19:22:09 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-18 19:22:09 -0700 |
commit | 1c11fdd98530b6d35e51c0eba14fb1f375d05229 (patch) | |
tree | bd471ce02003d0e1d16dfe773d1ed4d0acdcb499 /tests/python/ccproxy.py | |
parent | d6cff2177ec065aa14f228ab547abc29ef37b248 (diff) | |
parent | 327b6f859e95be71e5613f24cc1c9d4f4b97c15f (diff) |
merge
Diffstat (limited to 'tests/python/ccproxy.py')
-rw-r--r-- | tests/python/ccproxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/ccproxy.py b/tests/python/ccproxy.py index 853b30f4..82750096 100644 --- a/tests/python/ccproxy.py +++ b/tests/python/ccproxy.py @@ -85,4 +85,4 @@ with open('ccproxy.log', 'a') as f: print "Running:", call, newargs -os.execvp(call, [call] + newargs) +subprocess.call([call] + newargs) |