diff options
Diffstat (limited to 'cpp/test/Ice/gc/run.py')
-rwxr-xr-x | cpp/test/Ice/gc/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/gc/run.py b/cpp/test/Ice/gc/run.py index 011684a5e3b..bef91a20641 100755 --- a/cpp/test/Ice/gc/run.py +++ b/cpp/test/Ice/gc/run.py @@ -28,7 +28,7 @@ client = os.path.join(testdir, "client") print "starting client...", seedfile = testdir + "/seed" -clientPipe = os.popen(TestUtil.getCommandLine(client, TestUtil.DriverConfig("client"), TestUtil.getTestEnv()) + " " + seedfile + " 2>&1") +clientPipe = TestUtil.startClient(client, seedfile) print "ok" TestUtil.printOutputFromPipe(clientPipe) |