diff --git a/reframe/frontend/statistics.py b/reframe/frontend/statistics.py index 5f558649dc..37110de4d5 100644 --- a/reframe/frontend/statistics.py +++ b/reframe/frontend/statistics.py @@ -86,6 +86,7 @@ def failure_report(self): report.append(line_width * '-') report.append('FAILURE INFO for %s %s' % (check.name, retry_info)) + report.append(' * Test Description: %s' % check.descr) report.append(' * System partition: %s' % partname) report.append(' * Environment: %s' % environ_name) report.append(' * Stage directory: %s' % check.stagedir)