diff options
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r-- | testsuite/driver/testglobals.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py index b3c9a55131..054fd713d0 100644 --- a/testsuite/driver/testglobals.py +++ b/testsuite/driver/testglobals.py @@ -223,6 +223,9 @@ class TestOptions: # the stdin file that this test will use (empty for <name>.stdin) self.stdin = '' + # Set the expected stderr/stdout. '' means infer from test name. + self.use_specs = {} + # don't compare output self.ignore_stdout = False self.ignore_stderr = False |