From 4c736ed840fbab4e55f3587ca6546f63ec8fb10e Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 5 Dec 2016 17:55:50 +0100 Subject: Fixed bug where --all-cross didn't run all cross tests --- scripts/LocalDriver.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/LocalDriver.py') 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) -- cgit v1.2.3