diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-01-13 10:22:22 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-01-13 10:22:22 +0100 |
commit | 80a50f1932c0ace028a7732a7782d9683b85bbce (patch) | |
tree | d68b2412035903483eb0dd0ca1f2c1a9e5a628d6 /scripts/TestUtil.py | |
parent | C++11 missing override (diff) | |
download | ice-80a50f1932c0ace028a7732a7782d9683b85bbce.tar.bz2 ice-80a50f1932c0ace028a7732a7782d9683b85bbce.tar.xz ice-80a50f1932c0ace028a7732a7782d9683b85bbce.zip |
Fixed ICE-6959 - don't test Bluetooth with allTests.py --all
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]) |