Alexandre Julliard : patches: Remove support for testfail files.
Module: tools Branch: master Commit: d60f9e51356848f7a8e805e015593a9fa61e9b60 URL: http://source.winehq.org/git/tools.git/?a=commit;h=d60f9e51356848f7a8e805e01... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Nov 21 20:08:22 2017 +0100 patches: Remove support for testfail files. Test failures are now detected from Marvin's replies. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- patches/expire | 1 - patches/update | 5 ----- 2 files changed, 6 deletions(-) diff --git a/patches/expire b/patches/expire index 759f6c8..ba98885 100755 --- a/patches/expire +++ b/patches/expire @@ -397,7 +397,6 @@ foreach my $p (keys %patches) unlink "$dir/$file.order"; unlink "$dir/$file.review"; unlink "$dir/$file.testbot"; - unlink "$dir/$file.testfail"; unlink "$dir/OLD/$file.status"; } } diff --git a/patches/update b/patches/update index 8db8077..6f930ea 100755 --- a/patches/update +++ b/patches/update @@ -213,11 +213,6 @@ foreach my $file (readdir DIR) close LOG; } } - if (-f "$dir/$file.testfail") - { - $patch{"testbot"} = "<a href=\"data/$file.testfail\">Failed</a>"; - $patch{"testclass"} = "testbot botfail"; - } if (defined $patch{"msgid"}) { $messages{$patch{"msgid"}} = \%patch;
participants (1)
-
Alexandre Julliard