Signed-off-by: Francois Gouget fgouget@codeweavers.com ---
This will fix this error: Undefined subroutine &main::GetMTime called at /home/testbot/bin/CheckForWinetestUpdate.pl line 118, <DATA> line 755.
The relevant jobs should get created at most one hour later. Otherwise running CheckForWinetestUpdate.pl with no parameter will take care of it immediately.
testbot/bin/CheckForWinetestUpdate.pl | 1 + 1 file changed, 1 insertion(+)
diff --git a/testbot/bin/CheckForWinetestUpdate.pl b/testbot/bin/CheckForWinetestUpdate.pl index 3f697315b..c3ec3a4d2 100755 --- a/testbot/bin/CheckForWinetestUpdate.pl +++ b/testbot/bin/CheckForWinetestUpdate.pl @@ -53,6 +53,7 @@ use WineTestBot::Config; use WineTestBot::Engine::Notify; use WineTestBot::Log; use WineTestBot::SpecialJobs; +use WineTestBot::Utils; use WineTestBot::VMs;