diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 80288bdf12b..d58e3f8c5b5 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -569,10 +569,6 @@ def run(tests, root = False): a = '--protocol=ws %s' % arg expanded.append([ (test, a, config) for test,config in tests if "core" in config]) - if isLinux(): - a = '--protocol=bt %s' % arg - expanded.append([ (test, a, config) for test,config in tests if "core" in config]) - if not noipv6: a = "--ipv6 --protocol=wss --compress --mx --serialize %s" % arg expanded.append([ (test, a, config) for test,config in tests if "core" in config]) |