[PATCH] testbot/WineRunBuild: Import WineTestBot::Utils for GetTaskURL().

Francois Gouget fgouget at codeweavers.com
Thu Oct 3 09:04:40 CDT 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

All the other WineRun* scripts were already importing WineTestBot::Utils 
but not this one. This is only an issue when the VM turns out to not be 
powered on, such as when I rebooted vm3 this afternoon.

 testbot/bin/WineRunBuild.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/bin/WineRunBuild.pl b/testbot/bin/WineRunBuild.pl
index 71e7e39f4..ccbba3bbf 100755
--- a/testbot/bin/WineRunBuild.pl
+++ b/testbot/bin/WineRunBuild.pl
@@ -47,6 +47,7 @@ use WineTestBot::PatchUtils;
 use WineTestBot::VMs;
 use WineTestBot::Log;
 use WineTestBot::LogUtils;
+use WineTestBot::Utils;
 use WineTestBot::Engine::Notify;
 
 
-- 
2.20.1



More information about the wine-devel mailing list