diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-04-06 15:13:55 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-04-11 18:51:23 +0200 |
commit | fc2a96a1ea9cceba596cbd652b44bd830a4191e4 (patch) | |
tree | eef5f094301bd5c25710adc343b36eaf4df5e0bc /testsuite/README.md | |
parent | e662a6cb9fb6459e0a15abbff25ae7b80f91b281 (diff) | |
download | haskell-fc2a96a1ea9cceba596cbd652b44bd830a4191e4.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'testsuite/README.md')
-rw-r--r-- | testsuite/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/README.md b/testsuite/README.md index 5ab6dafb34..278a668e86 100644 --- a/testsuite/README.md +++ b/testsuite/README.md @@ -17,7 +17,7 @@ Commands to run testsuite: * Test a specifc stage of GHC: `make stage=1` * Skip performance tests: `make SKIP_PERF_TESTS=YES` * Set verbosity: `make VERBOSE=n` - where n=0: No per-test ouput, n=1: Only failures, + where n=0: No per-test output, n=1: Only failures, n=2: Progress output, n=3: Include commands called (default), n=4: Include perf test results unconditionally, n=5: Echo commands in subsidiary make invocations |