From f6854c7133fb10e2217b7ff79e577f6e98ca6b2d Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 28 May 2015 12:01:49 +0200 Subject: IceGrid/session test doesn't support running with wss (ICE-6539) --- scripts/TestUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestUtil.py') 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: -- cgit v1.2.3