Skip to content

Commit

Permalink
includes test id in output error
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelapid committed Mar 17, 2021
1 parent 5bf019d commit 0c6102a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pavilion/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def run_tests(self, wait: Union[None, int] = None,
try:
sched.schedule_tests(self.pav_cfg, [test])
except schedulers.SchedulerPluginError as err:
fprint('Error scheduling test: ', file=self.errfile,
fprint('Error scheduling test: ', test.id, file=self.errfile,
color=output.RED)
fprint(err, bullet=' ', file=self.errfile)
fprint('Cancelling already kicked off tests.',
Expand Down

0 comments on commit 0c6102a

Please sign in to comment.