Francois Gouget : testbot/Engine: Scheduling errors should not fail status changes.
Module: tools Branch: master Commit: 0942df09dd6f2bc1d513280518eaf116eb3e1507 URL: https://source.winehq.org/git/tools.git/?a=commit;h=0942df09dd6f2bc1d5132805... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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";
participants (1)
-
Alexandre Julliard