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 bc36c66 + 52d7be8 commit e6c78deCopy full SHA for e6c78de
reframe/frontend/executors/policies.py
@@ -183,7 +183,7 @@ def on_task_compile_exit(self, task):
183
pass
184
185
def on_task_skip(self, task):
186
- msg = str(task.exc_info[1])
+ msg = f'{task.info()} [{task.exc_info[1]}]'
187
self.printer.status('SKIP', msg, just='right')
188
189
def on_task_abort(self, task):
@@ -605,7 +605,7 @@ def on_task_compile_exit(self, task):
605
self._pollctl.reset_snooze_time()
606
607
608
609
610
611
0 commit comments