summaryrefslogtreecommitdiff
path: root/testsuite/README.md
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2016-11-29 13:38:37 -0500
committerBen Gamari <ben@smart-cactus.org>2016-11-29 14:39:55 -0500
commit2d99da0b230128440e12df9556dc15789be36ef8 (patch)
tree4f8b612ab83c57a23f92dfa6dc5f8a2a969a439c /testsuite/README.md
parentda5a61eb15237d406e4d1fb4390d47602ee4c34c (diff)
downloadhaskell-2d99da0b230128440e12df9556dc15789be36ef8.tar.gz
testsuite: Mention CLEANUP option in README
Test Plan: Read it Reviewers: austin Subscribers: mpickering, thomie Differential Revision: https://phabricator.haskell.org/D2747
Diffstat (limited to 'testsuite/README.md')
-rw-r--r--testsuite/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/README.md b/testsuite/README.md
index 8fc3efd7e1..31193d61ce 100644
--- a/testsuite/README.md
+++ b/testsuite/README.md
@@ -12,6 +12,8 @@ Commands to run testsuite:
* Reduced (fast) testsuite: `make fast`
* Run a specific test: `make TEST=tc054`
* Test a specific 'way': `make WAY=optllvm`
+ * Keeping the run directory after test run: `make CLEANUP=0`. You will find a
+ directory `{test_name}.run` in the test's source directory.
* Test a specifc stage of GHC: `make stage=1`
* Skip performance tests: `make SKIP_PERF_TESTS=YES`
* Set verbosity: `make VERBOSE=n`