summaryrefslogtreecommitdiff
path: root/allTests.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-08-19 13:10:29 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-08-19 13:10:29 -0230
commitc6d20e1e1afc75f8bd889c093ccbffb247ec30cb (patch)
tree19443a7e7263ce1d715dad261b4574942c419552 /allTests.py
parentFixed (ICE-5592) - Add IceSSL.FindCert for OS X and Windows (diff)
downloadice-c6d20e1e1afc75f8bd889c093ccbffb247ec30cb.tar.bz2
ice-c6d20e1e1afc75f8bd889c093ccbffb247ec30cb.tar.xz
ice-c6d20e1e1afc75f8bd889c093ccbffb247ec30cb.zip
ICE-3492 handle improper settings for timeout values
Diffstat (limited to 'allTests.py')
-rwxr-xr-xallTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/allTests.py b/allTests.py
index dce0190bc35..4bf2a2a1715 100755
--- a/allTests.py
+++ b/allTests.py
@@ -15,7 +15,7 @@ import TestUtil
testGroups = []
-for d in [ "cpp", "java", "cs", "py", "rb", "php" ]:
+for d in [ "cpp", "java", "cs", "py", "rb", "php", "js" ]:
filename = os.path.abspath(os.path.join(os.path.dirname(__file__), d, "allTests.py"))
f = open(filename, "r")