summaryrefslogtreecommitdiff
path: root/testsuite/mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-02-02 19:07:51 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-05-24 11:08:59 +0200
commit35053eb6c3f9058020f9818bf0de672aef6894c9 (patch)
tree400b2f93351db98d12d1466cf518d6e9ebb8e7ed /testsuite/mk
parent9c3e55bd029447d9c2cac1c9ca1607a8a803cd79 (diff)
downloadhaskell-35053eb6c3f9058020f9818bf0de672aef6894c9.tar.gz
Testsuite: delete check_files_written
The CHECK_FILES_WRITTEN feature is no longer necessary, since tests don't write to the source directory anymore (#11980). Reviewed by: bgamari Differential Revision: https://phabricator.haskell.org/D2162
Diffstat (limited to 'testsuite/mk')
-rw-r--r--testsuite/mk/test.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk
index ccaf0f8048..66d611c7e9 100644
--- a/testsuite/mk/test.mk
+++ b/testsuite/mk/test.mk
@@ -197,10 +197,6 @@ else
RUNTEST_OPTS += -e cleanup=True
endif
-ifneq "$(CHECK_FILES_WRITTEN)" ""
-RUNTEST_OPTS += --check-files-written
-endif
-
RUNTEST_OPTS += \
--rootdir=. \
--configfile=$(CONFIG) \