summaryrefslogtreecommitdiff
path: root/testsuite/driver
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-12 09:37:13 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-14 23:10:08 -0400
commit503e830c3d01edc9db4e49e73841e45a20675a1e (patch)
treec0d2a25aa3b8ba24a266a2e9eaed52ebb80cda25 /testsuite/driver
parent5279dda861f6a5cc804be88dc5f0ff2442660149 (diff)
downloadhaskell-503e830c3d01edc9db4e49e73841e45a20675a1e.tar.gz
gitlab-ci: Lint testsuite for framework failures
This introduces a new lint job checking for framework failures and listing broken tests.
Diffstat (limited to 'testsuite/driver')
-rw-r--r--testsuite/driver/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 107bd77696..b0013c4631 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -350,7 +350,7 @@ for name in config.only:
if config.list_broken:
print('')
print('Broken tests:')
- print(' '.join(map (lambda bdn: '#' + str(bdn[0]) + '(' + bdn[1] + '/' + bdn[2] + ')', brokens)))
+ print('\n '.join(map (lambda bdn: '#' + str(bdn[0]) + '(' + bdn[1] + '/' + bdn[2] + ')', brokens)))
print('')
if t.framework_failures: