We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24401a0 + 5908892 commit 90a59bdCopy full SHA for 90a59bd
reframe/frontend/printer.py
@@ -119,7 +119,7 @@ def _file_info(filename, prefix):
119
120
def _print_failure_info(rec, runid, total_runs):
121
self.info(line_width * '-')
122
- self.info(f"FAILURE INFO for {rec['name']} "
+ self.info(f"FAILURE INFO for {rec['display_name']} "
123
f"(run: {runid}/{total_runs})")
124
self.info(f" * Description: {rec['descr']}")
125
self.info(f" * System partition: {rec['system']}")
0 commit comments