diff options
Diffstat (limited to 'cpp/test/Ice/stream/run.py')
-rwxr-xr-x | cpp/test/Ice/stream/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/stream/run.py b/cpp/test/Ice/stream/run.py index a8d95e0d012..05426ad10cc 100755 --- a/cpp/test/Ice/stream/run.py +++ b/cpp/test/Ice/stream/run.py @@ -24,7 +24,7 @@ TestUtil.processCmdLine() client = os.path.join(os.path.dirname(os.path.abspath(__file__)), "client") print "starting test...", -clientPipe = os.popen(TestUtil.getCommandLine(client, TestUtil.DriverConfig("client")) + " 2>&1") +clientPipe = TestUtil.startClient(client, "") print "ok" TestUtil.printOutputFromPipe(clientPipe) |