aboutsummaryrefslogtreecommitdiff
path: root/tests/python
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python')
-rw-r--r--tests/python/ccproxy.py2
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)