Skip to content

Commit 36ab789

Browse files
author
Vasileios Karakasis
authored
Merge branch 'master' into bugfix/rerun_name
2 parents 8ea201a + a446bfc commit 36ab789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reframe/frontend/statistics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ def print_failure_stats(self, printer):
263263
partfullname = partition.fullname if partition else 'None'
264264
environ_name = (check.current_environ.name
265265
if check.current_environ else 'None')
266-
f = f'[{check.unique_name}, {environ_name}, {partfullname}]'
266+
f = (f'[{check.display_name} (uid: {check.unique_name}), '
267+
f'{environ_name}, {partfullname}]')
267268
if tf.failed_stage not in failures:
268269
failures[tf.failed_stage] = []
269270

0 commit comments

Comments
 (0)