Module: tools Branch: master Commit: 72fcc08819461d2a8bcc5b420570cda321fc25cd URL: https://source.winehq.org/git/tools.git/?a=commit;h=72fcc08819461d2a8bcc5b42...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Nov 6 20:07:02 2018 +0100
testbot/build: Remove support for WineTest.pl's build action.
It is an old name for testpatch and is not used anymore.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/build/WineTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/bin/build/WineTest.pl b/testbot/bin/build/WineTest.pl index 078f01b..3d6c12e 100755 --- a/testbot/bin/build/WineTest.pl +++ b/testbot/bin/build/WineTest.pl @@ -192,7 +192,7 @@ my ($Usage, $OptNoSubmit, $MissionStatement, $FileName, $BaseTag); while (@ARGV) { my $Arg = shift @ARGV; - if ($Arg eq "--testpatch" or $Arg eq "build") + if ($Arg eq "--testpatch") { $Action = "testpatch"; }