diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-10-08 13:21:58 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-10-08 13:22:40 +0100 |
commit | 51931e1ef06fa11a878feed8d5276326bbdcc184 (patch) | |
tree | 6f7a67ba017ef2da30fb11dc9a7a2b365bdf61db | |
parent | 1a89d41d6f5873e03eb41078e40005b5ef0ecce7 (diff) | |
download | haskell-wip/unbroken-ci.tar.gz |
Normalise output of T20199 testwip/unbroken-ci
-rw-r--r-- | testsuite/tests/rts/all.T | 3 |
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, ['']) |