aboutsummaryrefslogtreecommitdiff
path: root/html-test/run.lhs
diff options
context:
space:
mode:
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 c8671a76..c543e020 100755
--- a/html-test/run.lhs
+++ b/html-test/run.lhs
@@ -25,7 +25,7 @@ import System.Process (ProcessHandle, runProcess, waitForProcess)
packageRoot, dataDir, haddockPath, baseDir, testDir, outDir :: FilePath
baseDir = takeDirectory __FILE__
-testDir = baseDir </> "tests"
+testDir = baseDir </> "src"
refDir = baseDir </> "ref"
outDir = baseDir </> "output"
packageRoot = baseDir </> ".."