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/LocalDriver.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/LocalDriver.py')
-rw-r--r-- | scripts/LocalDriver.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py index 126c3079035..ae64d1f1bfd 100644 --- a/scripts/LocalDriver.py +++ b/scripts/LocalDriver.py @@ -371,8 +371,6 @@ class LocalDriver(Driver): continue elif (self.cross or self.allCross) and not testsuite.isCross(): continue - elif self.allCross and not testsuite.isAllCross(): - continue elif isinstance(self.runner, RemoteTestCaseRunner) and not testsuite.isMultiHost(): continue executor.submit(testsuite) |