diff options
Diffstat (limited to 'java/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-x | java/test/Ice/slicing/exceptions/run.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/java/test/Ice/slicing/exceptions/run.py b/java/test/Ice/slicing/exceptions/run.py index 392a127aa5d..ed56aea4e71 100755 --- a/java/test/Ice/slicing/exceptions/run.py +++ b/java/test/Ice/slicing/exceptions/run.py @@ -21,10 +21,7 @@ sys.path.append(os.path.join(path[0])) from scripts import * print "tests with regular server." -import copy -serverenv = copy.deepcopy(os.environ) -TestUtil.addClasspath(os.path.join(os.getcwd(), "sclasses"), serverenv) -TestUtil.clientServerTest(serverenv = serverenv) +TestUtil.clientServerTest() print "tests with AMD server." import copy |