[PATCH 4/5] testbot/WineSendLog: Always show the WebPatches debug information.

Francois Gouget fgouget at codeweavers.com
Tue Jul 17 09:41:54 CDT 2018


Also show the WebPatches result filename.

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

diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index cda724d57..9d003915a 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -557,9 +557,10 @@ EOF
   if (defined $Patch->WebPatchId and -d "$DataDir/webpatches")
   {
     my $BaseName = "$DataDir/webpatches/" . $Patch->WebPatchId;
+    Debug("\n-------------------- WebPatches report --------------------\n");
+    Debug("-- $BaseName.testbot --\n");
     if (open(my $Result, ">", "$BaseName.testbot"))
     {
-      Debug("\n-------------------- WebPatches report --------------------\n");
       # Only take into account new errors to decide whether the job was
       # successful or not.
       DebugTee($Result, "Status: ". ($Messages ? "Failed" : "OK") ."\n");
-- 
2.18.0




More information about the wine-devel mailing list