diff options
author | Jose <jose@zeroc.com> | 2015-01-30 16:02:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-01-30 16:02:29 +0100 |
commit | 8a9c064a074cbd400673b6f2b695a29b9e7854b1 (patch) | |
tree | 56bfdf0d9ec205140d87b341590711e4be6a8ef5 /scripts/TestController.py | |
parent | ICE-5814 allow demos to be built with /W4 on Windows (diff) | |
download | ice-8a9c064a074cbd400673b6f2b695a29b9e7854b1.tar.bz2 ice-8a9c064a074cbd400673b6f2b695a29b9e7854b1.tar.xz ice-8a9c064a074cbd400673b6f2b695a29b9e7854b1.zip |
Rename test::Controller > Test::Controller
Diffstat (limited to 'scripts/TestController.py')
-rw-r--r-- | scripts/TestController.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestController.py b/scripts/TestController.py index 79eb620397b..e9e58ed7cf1 100644 --- a/scripts/TestController.py +++ b/scripts/TestController.py @@ -41,7 +41,7 @@ if TestUtil.isDarwin(): except getopt.GetoptError: pass -version = "3.6b" +version = "3.6.0" jar = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", "java/test/controller/build/libs/testController-%(version)s.jar" % {"version": version}) command = ["%s/bin/java" % os.environ.get("JAVA_HOME"), "-jar", jar] |