diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-08-19 13:10:29 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-08-19 13:10:29 -0230 |
commit | c6d20e1e1afc75f8bd889c093ccbffb247ec30cb (patch) | |
tree | 19443a7e7263ce1d715dad261b4574942c419552 /allTests.py | |
parent | Fixed (ICE-5592) - Add IceSSL.FindCert for OS X and Windows (diff) | |
download | ice-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-x | allTests.py | 2 |
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") |