Francois Gouget : testbot/Engine: Scheduling errors should not fail status changes.

Alexandre Julliard julliard at winehq.org
Wed May 2 13:49:46 CDT 2018


Module: tools
Branch: master
Commit: 0942df09dd6f2bc1d513280518eaf116eb3e1507
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=0942df09dd6f2bc1d513280518eaf116eb3e1507

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed May  2 14:49:56 2018 +0200

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

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/Engine.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl
index 75e7995..3d1f2c1 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";




More information about the wine-cvs mailing list