diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-05-28 12:01:49 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-05-28 12:01:49 +0200 |
commit | f6854c7133fb10e2217b7ff79e577f6e98ca6b2d (patch) | |
tree | 19e2e025b2c5c82b1c56f60bf5d9440feb1288d2 /scripts/TestUtil.py | |
parent | Removed prepublish hook which doesn't work on Windows (diff) | |
download | ice-f6854c7133fb10e2217b7ff79e577f6e98ca6b2d.tar.bz2 ice-f6854c7133fb10e2217b7ff79e577f6e98ca6b2d.tar.xz ice-f6854c7133fb10e2217b7ff79e577f6e98ca6b2d.zip |
IceGrid/session test doesn't support running with wss (ICE-6539)
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index f2a2135de79..d4d533ca67b 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -566,7 +566,7 @@ def run(tests, root = False): expanded.append([ (test, a, config) for test,config in tests if "service" in config]) if not noipv6: - a = "--ipv6 --protocol=wss --compress --mx --serialize %s" % arg + a = "--ipv6 --protocol=ssl --compress --mx --serialize %s" % arg expanded.append([ (test, a, config) for test,config in tests if "service" in config]) elif not allCross: |