From 733c1d01244cbbe88faca4d39744012a831a4338 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 20 Sep 2016 11:46:49 +0200 Subject: update ice version in TestController.py --- scripts/TestController.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestController.py') 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}) -- cgit v1.2.3