aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/RunTests.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/RunTests.hs b/tests/RunTests.hs
index ead4e450a..90e2276b2 100644
--- a/tests/RunTests.hs
+++ b/tests/RunTests.hs
@@ -99,10 +99,10 @@ main = do
"testsuite.native" "testsuite.native"
r12s <- if runLhsTests
then mapM runLhsWriterTest lhsWriterFormats
- else return []
+ else putStrLn "Skipping lhs writer tests because they presuppose highlighting support" >> return []
r13s <- if runLhsTests
then mapM runLhsReaderTest lhsReaderFormats
- else return []
+ else putStrLn "Skipping lhs reader tests because they presuppose highlighting support" >> return []
let results = r1s ++ [r2, r3, r4, r5, r6, r7, r7a, r8, r9, r10, r11] ++ r12s ++ r13s
if all id results
then do