Skip to content

Commit

Permalink
print jobs only in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 6, 2022
1 parent 6ad8b12 commit 1c60654
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ public boolean test() throws Exception {
boolean idle = Job.getJobManager().isIdle();
if (!idle) {
log.info("Jobs still running...");
printJobs();
}
return idle;
}
Expand Down

0 comments on commit 1c60654

Please sign in to comment.