diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-26 15:12:05 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-04-30 10:17:51 +0200 |
commit | c4259ff3defcac0d8f8075fd99884eef22e5d966 (patch) | |
tree | a47fe8799c795b555d1f118c906d13f2a46b5a67 /testsuite/driver/testglobals.py | |
parent | b725fe0a8d2a2ee3e6d95bb0ec345ee532381ee2 (diff) | |
download | haskell-c4259ff3defcac0d8f8075fd99884eef22e5d966.tar.gz |
Testsuite: make CLEANUP=1 the default (#9758)
Also move the `cleanup` setting from `default_testopts` to `config`. The
`cleanup` setting is the same for all tests, hence it belongs in
`config`.
Reviewed by: austin
Differential Revision: https://phabricator.haskell.org/D2148
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r-- | testsuite/driver/testglobals.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py index 2c7f55100f..d1976923a0 100644 --- a/testsuite/driver/testglobals.py +++ b/testsuite/driver/testglobals.py @@ -207,9 +207,6 @@ class TestOptions: # expected exit code self.exit_code = 0 - # should we clean up after ourselves? - self.cleanup = '' - # extra files to clean afterward self.clean_files = [] |