aboutsummaryrefslogtreecommitdiff
path: root/html-test/run.lhs
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2012-10-15 20:34:40 +0200
committerSimon Hengel <sol@typeful.net>2012-10-15 20:49:39 +0200
commit410d8a4f7cfe3b45b98719f75bffc9ac06626fbc (patch)
tree3a6618d5422b3377a3421a9d8ff1876adc287c14 /html-test/run.lhs
parent7e1fed4da8bb913d25f447afd1f1e485d428e37f (diff)
Adapt output directory for HTML tests
Diffstat (limited to 'html-test/run.lhs')
-rwxr-xr-xhtml-test/run.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/run.lhs b/html-test/run.lhs
index c543e020..7d3b805b 100755
--- a/html-test/run.lhs
+++ b/html-test/run.lhs
@@ -27,7 +27,7 @@ packageRoot, dataDir, haddockPath, baseDir, testDir, outDir :: FilePath
baseDir = takeDirectory __FILE__
testDir = baseDir </> "src"
refDir = baseDir </> "ref"
-outDir = baseDir </> "output"
+outDir = baseDir </> "out"
packageRoot = baseDir </> ".."
dataDir = packageRoot </> "resources"
haddockPath = packageRoot </> "dist" </> "build" </> "haddock" </> "haddock"