testbot/WineSendLog: Jobs are canceled at the initiative of the user and thus are not testbot errors.

Francois Gouget fgouget at codeweavers.com
Sun Mar 24 17:39:54 CDT 2013


Furthermore, when killed WineRunTask.pl, no longer prints the canceled message in the error log so that check was moot.
---
 testbot/bin/WineSendLog.pl |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index f345ebe..bb2fd09 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -57,8 +57,7 @@ sub IsBotFailure
 {
   my $ErrLine = $_[0];
 
-  return ($ErrLine =~ m/Cancelled/ ||
-          $ErrLine =~ m/Can't set VM status to running/ ||
+  return ($ErrLine =~ m/Can't set VM status to running/ ||
           $ErrLine =~ m/Can't copy exe to VM/ ||
           $ErrLine =~ m/Can't copy log from VM/ ||
           $ErrLine =~ m/Can't copy generated executable from VM/);
-- 
1.7.10.4




More information about the wine-patches mailing list