aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-22 06:22:23 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-22 06:22:23 +0000
commit7e2afa2b0d80759066fd872bc6900c59534b0b46 (patch)
tree0e7be91d6e6211bdf2be0b552ca305784ae10a59 /tests
parent04cd27123ea28902e67cdc989f573056b9f70616 (diff)
remove old HTML backend
Diffstat (limited to 'tests')
-rw-r--r--tests/golden-tests/README2
-rw-r--r--tests/golden-tests/runtests.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/golden-tests/README b/tests/golden-tests/README
index f538cea7..fd906b2b 100644
--- a/tests/golden-tests/README
+++ b/tests/golden-tests/README
@@ -25,4 +25,4 @@ You can
to continue despite a failing test.
You can pass extra options to haddock like so
- runhaskell runtests.hs --xhtml all
+ runhaskell runtests.hs --title="All Tests" all
diff --git a/tests/golden-tests/runtests.hs b/tests/golden-tests/runtests.hs
index 20fb6eb4..7d5ec865 100644
--- a/tests/golden-tests/runtests.hs
+++ b/tests/golden-tests/runtests.hs
@@ -63,7 +63,7 @@ test = do
putStrLn "Running tests..."
handle <- runProcess haddockPath
- (["-w", "-o", outdir, "-h", "--xhtml", "--optghc=-fglasgow-exts"
+ (["-w", "-o", outdir, "-h", "--optghc=-fglasgow-exts"
, "--optghc=-w", base, process, ghcprim] ++ opts ++ mods')
Nothing (Just [("haddock_datadir", haddockBase)]) Nothing
Nothing Nothing