Module: tools Branch: master Commit: 5de4fe53e9e8fbcbf0a130e1efd73ac9477ca57a URL: http://source.winehq.org/git/tools.git/?a=commit;h=5de4fe53e9e8fbcbf0a130e1e...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 16 14:57:24 2017 +0100
testbot: Stop creating testfail files.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/WineSendLog.pl | 12 ------------ 1 file changed, 12 deletions(-)
diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl index e00c276..4d872a4 100755 --- a/testbot/bin/WineSendLog.pl +++ b/testbot/bin/WineSendLog.pl @@ -455,18 +455,6 @@ EOF if (defined $Patch->WebPatchId and -d "$DataDir/webpatches") { my $BaseName = "$DataDir/webpatches/" . $Patch->WebPatchId; - if ($Messages) - { - if (open(my $testfail, ">", "$BaseName.testfail")) - { - print $testfail $Messages; - close($testfail); - } - else - { - LogMsg "Job " . $Job->Id . ": Unable to open '$BaseName.testfail' for writing: $!"; - } - } if (open (my $result, ">", "$BaseName.testbot")) { print $result "Status: " . ($Messages ? "Failed" : "OK") . "\n";