aboutsummaryrefslogtreecommitdiff
path: root/html-test/README
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-10-15 16:10:24 +0200
committerSimon Hengel <sol@typeful.net>2012-10-15 19:32:42 +0200
commit3c5efc1361484f55d9e40b6be4618b2ff8aded26 (patch)
treee8c4a7611673aaf346f859864724b434d6f04c8b /html-test/README
parente251a5e26ca9ad3f783a251e2cac04b83a7f696f (diff)
Make test management scripts more robust
* They are now independent from the current directory, and hence can be called from everywhere * On UNIX/Linux they can now be run as scripts
Diffstat (limited to 'html-test/README')
-rw-r--r--html-test/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/html-test/README b/html-test/README
index 9afb10e7..d261888c 100644
--- a/html-test/README
+++ b/html-test/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 accept.hs <modulename>
+ runhaskell accept.lhs <modulename>
Tips and tricks:
To "accept" all output files (copy them to reference files), run
- runhaskell accept.hs
+ runhaskell accept.lhs
You can run all tests despite failing tests, like so
cabal test --test-option=all