diff options
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r-- | testsuite/driver/testglobals.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py index 95168f3c5e..0891624473 100644 --- a/testsuite/driver/testglobals.py +++ b/testsuite/driver/testglobals.py @@ -23,7 +23,8 @@ class TestConfig: self.rootdirs = [] # Run these tests only (run all tests if empty) - self.only = [] + self.run_only_some_tests = False + self.only = set() # Accept new output which differs from the sample? self.accept = 0 |