3 Oct
2019
3 Oct
'19
9:04 a.m.
Signed-off-by: Francois Gouget <fgouget(a)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