[Tools] testbot: Clarify the timeout error message in the email reports.

Francois Gouget fgouget at codeweavers.com
Mon Mar 17 04:22:07 CDT 2014


---

The web pages were much more explicit than the emails. This should 
improve the emails and reduce confusion between the test timing out and 
network timeouts impacting the TestBot.

 testbot/bin/WineSendLog.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index aec2bee..b375447 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -116,7 +116,7 @@ sub ReadLog
           if ($Line =~ m/${BaseName}:${TestSet} done \((\d+)\)/ &&
               $1 eq "258")
           {
-            $Messages[@Messages] = "Timeout";
+            $Messages[@Messages] = "The test timed out";
           }
           $Found = 1;
         }
@@ -256,7 +256,7 @@ EOF
           }
           if ($Line =~ m/^[^:]+:([^ ]+) done \(258\)/)
           {
-            print SENDMAIL "$1: Timeout\n";
+            print SENDMAIL "$1: The test timed out\n";
           }
           else
           {
-- 
1.8.5.3



More information about the wine-patches mailing list