diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2016-11-29 13:38:37 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-11-29 14:39:55 -0500 |
commit | 2d99da0b230128440e12df9556dc15789be36ef8 (patch) | |
tree | 4f8b612ab83c57a23f92dfa6dc5f8a2a969a439c /testsuite/README.md | |
parent | da5a61eb15237d406e4d1fb4390d47602ee4c34c (diff) | |
download | haskell-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.md | 2 |
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` |