diff options
author | David Waern <david.waern@gmail.com> | 2011-11-05 20:37:29 +0100 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2011-11-05 20:37:29 +0100 |
commit | 86cf889e7d746f68d65900f3b5f0d31b24aef7bf (patch) | |
tree | 7f6cf2277e086b44f61bd89043180e0a4a5b4ea1 /tests/html-tests/README | |
parent | 208b7ccf44341f8a43c0976589eca3c6e81f7f19 (diff) |
Rename copy.hs -> accept.hs.
Diffstat (limited to 'tests/html-tests/README')
-rw-r--r-- | tests/html-tests/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/html-tests/README b/tests/html-tests/README index 644d0a71..9afb10e7 100644 --- a/tests/html-tests/README +++ b/tests/html-tests/README @@ -9,12 +9,12 @@ To add a new test: passes since there is no reference file to compare with. 3) To make a reference file from the output file, do - runhaskell copy.hs <modulename> + runhaskell accept.hs <modulename> Tips and tricks: -To copy all output files into reference files, run - runhaskell copy.hs +To "accept" all output files (copy them to reference files), run + runhaskell accept.hs You can run all tests despite failing tests, like so cabal test --test-option=all |