aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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