summaryrefslogtreecommitdiff
path: root/scripts/TestController.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-09-20 11:46:49 +0200
committerJose <jose@zeroc.com>2016-09-20 11:46:49 +0200
commit733c1d01244cbbe88faca4d39744012a831a4338 (patch)
treefda64d3778362252d202cbca330918360340ebc5 /scripts/TestController.py
parentFix ICE-7192 - Review deprecatedBy usage (diff)
downloadice-733c1d01244cbbe88faca4d39744012a831a4338.tar.bz2
ice-733c1d01244cbbe88faca4d39744012a831a4338.tar.xz
ice-733c1d01244cbbe88faca4d39744012a831a4338.zip
update ice version in TestController.py
Diffstat (limited to 'scripts/TestController.py')
-rw-r--r--scripts/TestController.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestController.py b/scripts/TestController.py
index e3ad3ed4325..469eb097b1c 100644
--- a/scripts/TestController.py
+++ b/scripts/TestController.py
@@ -45,7 +45,7 @@ if TestUtil.isDarwin():
except getopt.GetoptError:
pass
-iceVersion = "3.6.2"
+iceVersion = "3.6.3"
jar = os.path.join(os.path.dirname(os.path.abspath(__file__)), "..",
"java/test/controller/build/libs/testController-%(iceVersion)s.jar" % {"iceVersion": iceVersion})