summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2021-10-08 13:21:58 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2021-10-08 13:22:40 +0100
commit51931e1ef06fa11a878feed8d5276326bbdcc184 (patch)
tree6f7a67ba017ef2da30fb11dc9a7a2b365bdf61db
parent1a89d41d6f5873e03eb41078e40005b5ef0ecce7 (diff)
downloadhaskell-wip/unbroken-ci.tar.gz
Normalise output of T20199 testwip/unbroken-ci
-rw-r--r--testsuite/tests/rts/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index c12e8d14ca..5215af1059 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -484,7 +484,8 @@ test('T15427', normal, compile_and_run, [''])
test('T19481', extra_run_opts('+RTS -T -RTS'), compile_and_run, [''])
test('T19381', extra_run_opts('+RTS -T -RTS'), compile_and_run, [''])
-test('T20199', normal, makefile_test, [])
+test('T20199', [ grep_errmsg('Hello') ]
+ , makefile_test, [])
test('ipeMap', [c_src], compile_and_run, [''])