summaryrefslogtreecommitdiff
path: root/java/test/Ice/interceptor/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/interceptor/run.py')
-rwxr-xr-xjava/test/Ice/interceptor/run.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/test/Ice/interceptor/run.py b/java/test/Ice/interceptor/run.py
index e47acfdef1e..d91769dbe44 100755
--- a/java/test/Ice/interceptor/run.py
+++ b/java/test/Ice/interceptor/run.py
@@ -20,10 +20,8 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0]))
from scripts import *
-TestUtil.addClasspath(os.path.join(os.getcwd(), "classes"))
-
print "starting client...",
-clientProc = TestUtil.startClient("Client", "--Ice.Warn.Dispatch=0", startReader = False)
+clientProc = TestUtil.startClient("test.Ice.interceptor.Client", "--Ice.Warn.Dispatch=0",startReader=False)
print "ok"
clientProc.startReader()