summaryrefslogtreecommitdiff
path: root/testsuite/config
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-04-26 15:12:05 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-04-30 10:17:51 +0200
commitc4259ff3defcac0d8f8075fd99884eef22e5d966 (patch)
treea47fe8799c795b555d1f118c906d13f2a46b5a67 /testsuite/config
parentb725fe0a8d2a2ee3e6d95bb0ec345ee532381ee2 (diff)
downloadhaskell-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/config')
-rw-r--r--testsuite/config/ghc1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/config/ghc b/testsuite/config/ghc
index 26ce3bd832..595415ae7b 100644
--- a/testsuite/config/ghc
+++ b/testsuite/config/ghc
@@ -81,6 +81,7 @@ if (ghc_with_llvm == 1):
config.run_ways.append('optllvm')
config.in_tree_compiler = in_tree_compiler
+config.cleanup = cleanup
config.clean_only = clean_only
config.way_flags = lambda name : {