[PATCH] testbot/build: Remove support for WineTest.pl's build action.

Francois Gouget fgouget at codeweavers.com
Tue Nov 6 13:07:02 CST 2018


It is an old name for testpatch and is not used anymore.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 cb83642e16..6df028fa95 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";
   }
-- 
2.19.1



More information about the wine-devel mailing list