diff options
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: |