Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions reframe/frontend/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,6 @@ def failure_report(self):
report.append(f" * Rerun with '-n {r['name']}"
f" -p {r['environment']} --system {r['system']}'")
report.append(f" * Reason: {r['fail_reason']}")
if r['fail_phase'] == 'sanity':
report.append('Sanity check failure')
elif r['fail_phase'] == 'performance':
report.append('Performance check failure')
else:
# This shouldn't happen...
report.append('Unknown error.')

report.append(line_width * '-')
return '\n'.join(report)
Expand Down