[PATCH] testbot/CheckForWinetestUpdate: Use WineTestBot::Utils so we get GetMTime().

Francois Gouget fgouget at codeweavers.com
Wed Sep 25 20:48:02 CDT 2019


Signed-off-by: Francois Gouget <fgouget at 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;
 
 
-- 
2.20.1



More information about the wine-devel mailing list