https://bugs.winehq.org/show_bug.cgi?id=47902
Bug ID: 47902 Summary: CheckForWinetestUpdate systematically claims to have created jobs Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
CheckForWinetestUpdate.pl ends with the following lines:
LogMsg "Submitted jobs\n";
exit $Rc;
So whenever cron runs it this line appears in the TestBot log, even if the WineTest binaries have not been updated and no job was created. So while this allows making sure the script is still running as expected, the message is misleading. It would be better if it exited either with a message saying there was no update or which jobs got created.