diff options
Diffstat (limited to 'cpp/test/Ice/stringConverter/run.py')
-rwxr-xr-x | cpp/test/Ice/stringConverter/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/stringConverter/run.py b/cpp/test/Ice/stringConverter/run.py index 1e05abd1220..2625cd6ad55 100755 --- a/cpp/test/Ice/stringConverter/run.py +++ b/cpp/test/Ice/stringConverter/run.py @@ -26,7 +26,7 @@ testdir = os.path.dirname(os.path.abspath(__file__)) client = os.path.join(testdir, "client") print "starting client...", -clientPipe = os.popen(client + " 2>&1") +clientPipe = TestUtil.startClient(client, "") print "ok" TestUtil.printOutputFromPipe(clientPipe); |