[PATCH] testbot/Engine: Scheduling errors should not fail status changes.

Francois Gouget fgouget at codeweavers.com
Wed May 2 07:49:56 CDT 2018


A scheduling error does not mean the status change was invalid.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/Engine.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl
index 75e7995c2..3d1f2c1e5 100755
--- a/testbot/bin/Engine.pl
+++ b/testbot/bin/Engine.pl
@@ -414,7 +414,6 @@ sub HandleVMStatusChange($$$)
   if (defined($ErrMessage))
   {
     LogMsg "Scheduling problem in HandleVMStatusChange: $ErrMessage\n";
-    return "0$ErrMessage";
   }
 
   return "1OK";
-- 
2.17.0



More information about the wine-devel mailing list