Skip to content
Snippets Groups Projects
Commit b4374a1f authored by Krzysztof Gogolewski's avatar Krzysztof Gogolewski
Browse files

testsuite: don't set dummy value for testdir

The test directory is removed during cleanup, if there's an interrupt
that could remove the entire repository.
parent 34d86315
No related tags found
No related merge requests found
......@@ -440,9 +440,6 @@ class TestOptions:
# Keep profiling callstacks.
self.keep_prof_callstacks = False
# The directory the test is in
self.testdir = Path('.')
# Should we redirect stdout and stderr to a single file?
self.combined_output = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment