Francois Gouget : testbot/build: Remove support for WineTest.pl' s build action.

Alexandre Julliard julliard at winehq.org
Tue Nov 6 14:00:18 CST 2018


Module: tools
Branch: master
Commit: 72fcc08819461d2a8bcc5b420570cda321fc25cd
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=72fcc08819461d2a8bcc5b420570cda321fc25cd

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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";
   }




More information about the wine-cvs mailing list