From 7c358454365bf90f59505ccd8dad10c91636c67c Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 8 Dec 2014 18:23:47 +0100 Subject: remove unnecessary CLASSPATH --- scripts/IceGridAdmin.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'scripts/IceGridAdmin.py') diff --git a/scripts/IceGridAdmin.py b/scripts/IceGridAdmin.py index 6be258a8c28..ae303fb1ac2 100644 --- a/scripts/IceGridAdmin.py +++ b/scripts/IceGridAdmin.py @@ -228,9 +228,6 @@ def iceGridTest(application, additionalOptions = "", applicationOptions = ""): print return - if TestUtil.getDefaultMapping() == "java": - os.environ['CLASSPATH'] = os.path.join(os.getcwd(), "classes") + os.pathsep + os.environ.get("CLASSPATH", "") - client = TestUtil.getDefaultClientFile() if TestUtil.getDefaultMapping() != "java": client = os.path.join(testdir, client) @@ -282,10 +279,7 @@ def iceGridClientServerTest(additionalClientOptions, additionalServerOptions): client = TestUtil.getDefaultClientFile() if TestUtil.getDefaultMapping() != "java": server = os.path.join(testdir, server) - client = os.path.join(testdir, client) - - if TestUtil.getDefaultMapping() == "java": - os.environ['CLASSPATH'] = os.path.join(os.getcwd(), "classes") + os.pathsep + os.environ.get("CLASSPATH", "") + client = os.path.join(testdir, client) targets = [] if TestUtil.appverifier: -- cgit v1.2.3