From 2e3080bf8ade686dc6cbad8e12ee45675ebae6d7 Mon Sep 17 00:00:00 2001 From: David Waern Date: Mon, 6 Dec 2010 14:17:35 +0000 Subject: Use --pretty-html when running the test suite. Makes it easier to compare output --- tests/golden-tests/runtests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/golden-tests/runtests.hs') diff --git a/tests/golden-tests/runtests.hs b/tests/golden-tests/runtests.hs index 16524197..05bc28c5 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", "--optghc=-fglasgow-exts" + (["-w", "-o", outdir, "-h", "--pretty-html", "--optghc=-fglasgow-exts" , "--optghc=-w", base, process, ghcprim] ++ opts ++ mods') Nothing (Just [("haddock_datadir", haddockBase)]) Nothing Nothing Nothing -- cgit v1.2.3