diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-12-05 17:55:50 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-12-05 17:55:50 +0100 |
commit | 4c736ed840fbab4e55f3587ca6546f63ec8fb10e (patch) | |
tree | 9d6bfd106f10bf0b76fc2bdb55a69a25d65ae144 /scripts/Util.py | |
parent | Disable echo in sign command to hide passwords (diff) | |
download | ice-4c736ed840fbab4e55f3587ca6546f63ec8fb10e.tar.bz2 ice-4c736ed840fbab4e55f3587ca6546f63ec8fb10e.tar.xz ice-4c736ed840fbab4e55f3587ca6546f63ec8fb10e.zip |
Fixed bug where --all-cross didn't run all cross tests
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index 007b13e6a91..fcb628f4e42 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -1575,10 +1575,6 @@ class TestSuite: # Only run the tests that support cross testing --all-cross or --cross return self.id in self.mapping.getCrossTestSuites() - def isAllCross(self): - # Only run the Ice/operations test suite with --all-cross - return self.id == "Ice/operations" - class Driver: class Current: |