From cba66bcb2ae87140d43b85c64a5a8f14fb9fab8a Mon Sep 17 00:00:00 2001 From: Sigmund Vik Date: Tue, 20 Mar 2012 14:46:21 +0100 Subject: One more Windows fix. This file was missing in previous commit. --- tests/python/ccproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python/ccproxy.py') 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) -- cgit v1.2.3-70-g09d2