Alexandre Julliard : testbot: Enable storing result files for wine-patches tests.

Alexandre Julliard julliard at winehq.org
Mon Aug 19 12:30:36 CDT 2013


Module: tools
Branch: master
Commit: f6052bbfaad14c80057ed7659caaa38b7ab5c307
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=f6052bbfaad14c80057ed7659caaa38b7ab5c307

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Aug 19 19:22:54 2013 +0200

testbot: Enable storing result files for wine-patches tests.

---

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

diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index 87be910..3c3ff8c 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -449,7 +449,7 @@ EOF
   }
 
   my $Patch = $Job->Patch;
-  if (0 and defined $Patch->WebPatchId and -d "$DataDir/webpatches")
+  if (defined $Patch->WebPatchId and -d "$DataDir/webpatches")
   {
     my $BaseName = "$DataDir/webpatches/" . $Patch->WebPatchId;
     if ($Messages)




More information about the wine-cvs mailing list