diff options
author | David Waern <david.waern@gmail.com> | 2010-12-06 14:17:35 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-12-06 14:17:35 +0000 |
commit | 2e3080bf8ade686dc6cbad8e12ee45675ebae6d7 (patch) | |
tree | 0085b740f9a31c07aa2b66905863de34b3075195 /tests/golden-tests/runtests.hs | |
parent | c0c10eda300fa1ecc0c9a8a3fff01c3ba3a4883b (diff) |
Use --pretty-html when running the test suite. Makes it easier to compare output
Diffstat (limited to 'tests/golden-tests/runtests.hs')
-rw-r--r-- | tests/golden-tests/runtests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |