Francois Gouget : testbot/WineSendLog: Always show the WebPatches debug information.

Alexandre Julliard julliard at winehq.org
Tue Jul 17 09:53:38 CDT 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Jul 17 16:41:54 2018 +0200

testbot/WineSendLog: Always show the WebPatches debug information.

Also show the WebPatches result filename.

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

---

 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 cda724d..9d00391 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");




More information about the wine-cvs mailing list