summaryrefslogtreecommitdiff
path: root/java/test/Ice/info/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/info/run.py')
-rwxr-xr-xjava/test/Ice/info/run.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/java/test/Ice/info/run.py b/java/test/Ice/info/run.py
index 4ebbde42d9a..56d48e628de 100755
--- a/java/test/Ice/info/run.py
+++ b/java/test/Ice/info/run.py
@@ -20,10 +20,6 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0]))
from scripts import *
-print "starting client...",
-clientProc = TestUtil.startClient("test.Ice.info.Client")
-print "ok"
-
-clientProc.waitTestSuccess()
+TestUtil.clientServerTest()
TestUtil.cleanup()