Skip to content

Commit

Permalink
[ci] Add title to list of failed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann committed Sep 13, 2023
1 parent 8ce465c commit 5c43684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/root-ci-config/build_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ def handle_test_failure(ctest_returncode):
logloc = f'{WORKDIR}/build/Testing/Temporary/LastTestsFailed.log'
if os.path.isfile(logloc):
with open(logloc, 'r') as logf:
print("TEST FAILURES:")
print(logf.read())
else:
print(f'Internal error: cannot find {logloc}\nAdding some debug output:')
Expand Down

0 comments on commit 5c43684

Please sign in to comment.