aboutsummaryrefslogtreecommitdiff
path: root/tests/golden-tests/runtests.hs
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/golden-tests/runtests.hs
parent04cd27123ea28902e67cdc989f573056b9f70616 (diff)
remove old HTML backend
Diffstat (limited to 'tests/golden-tests/runtests.hs')
-rw-r--r--tests/golden-tests/runtests.hs2
1 files changed, 1 insertions, 1 deletions
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