diff options
Diffstat (limited to 'java/test/Ice/interceptor/run.py')
-rwxr-xr-x | java/test/Ice/interceptor/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/interceptor/run.py b/java/test/Ice/interceptor/run.py index be50948eebd..432b50875e2 100755 --- a/java/test/Ice/interceptor/run.py +++ b/java/test/Ice/interceptor/run.py @@ -26,7 +26,7 @@ testdir = os.path.dirname(os.path.abspath(__file__)) os.environ["CLASSPATH"] = os.path.join(testdir, "classes") + os.pathsep + os.getenv("CLASSPATH", "") print "starting client...", -clientPipe = os.popen(TestUtil.javaCmd + " -ea Client --Ice.Warn.Dispatch=0 2>&1") +clientPipe = TestUtil.startClient("Client", "--Ice.Warn.Dispatch=0") print "ok" TestUtil.printOutputFromPipe(clientPipe) |