summaryrefslogtreecommitdiff
path: root/java/test/Ice/interceptor/run.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-05-21 09:51:58 -0230
committerBenoit Foucher <benoit@zeroc.com>2008-06-06 12:22:56 +0200
commit23b297dc9c61e11d0dfb8be350752ec830cc110c (patch)
treeebb0d8c2dcdcf8160e8e9fbb519b4fe2d9f0505a /java/test/Ice/interceptor/run.py
parenthttp://bugzilla/bugzilla/show_bug.cgi?id=3216 - mcastServer not initialized. (diff)
downloadice-23b297dc9c61e11d0dfb8be350752ec830cc110c.tar.bz2
ice-23b297dc9c61e11d0dfb8be350752ec830cc110c.tar.xz
ice-23b297dc9c61e11d0dfb8be350752ec830cc110c.zip
Bug 3189 - fix test scripts to use proper start functions
Diffstat (limited to 'java/test/Ice/interceptor/run.py')
-rwxr-xr-xjava/test/Ice/interceptor/run.py2
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)