aboutsummaryrefslogtreecommitdiff
path: root/html-test
diff options
context:
space:
mode:
authorŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-08-14 19:16:12 +0200
committerŁukasz Hanuszczak <lukasz.hanuszczak@gmail.com>2015-08-22 23:40:27 +0200
commit20867f75e92931e2131a1badfa6b9606b970eb12 (patch)
tree7d3e01568d57ecac2eefccd725b2d994527187b4 /html-test
parent5934c411a8ebe0ba1a317f7c95babfbd63106254 (diff)
Fix typo in link stripper of HTML test suite runner.
Diffstat (limited to 'html-test')
-rwxr-xr-xhtml-test/run.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/html-test/run.hs b/html-test/run.hs
index ab007f57..8d1b40a8 100755
--- a/html-test/run.hs
+++ b/html-test/run.hs
@@ -30,7 +30,7 @@ stripIfRequired mdl =
where
stripLinks'
| mdl `elem` preserveLinksModules = id
- | otherwise = stripFooter
+ | otherwise = stripLinks
-- | List of modules in which we don't 'stripLinks'