diff options
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: |