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 c7140387af..dd063f0c73 100644 --- a/testsuite/driver/testglobals.py +++ b/testsuite/driver/testglobals.py @@ -421,6 +421,9 @@ class TestOptions: # in temporary directory in /tmp? See Note [Running tests in /tmp]. self.local = True + # Should we copy the files of symlink the files for the test? + self.copy_files = False + # The default set of options global default_testopts default_testopts = TestOptions() |