Francois Gouget : testbot/WineRunWineTest: Use the new WineTest command line options.

Alexandre Julliard julliard at winehq.org
Tue Aug 21 16:23:22 CDT 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Aug 21 07:57:11 2018 +0200

testbot/WineRunWineTest: Use the new WineTest command line options.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/WineRunWineTest.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/bin/WineRunWineTest.pl b/testbot/bin/WineRunWineTest.pl
index 6c0c923..ac55946 100755
--- a/testbot/bin/WineRunWineTest.pl
+++ b/testbot/bin/WineRunWineTest.pl
@@ -428,7 +428,7 @@ if ($Step->Type eq "suite")
   my $Tag = lc($VM->Name);
   $Tag =~ s/^$TagPrefix//;
   $Tag =~ s/[^a-zA-Z0-9]/-/g;
-  $Script .= $Task->CmdLineArg .",submit winetest $TagPrefix-$Tag ";
+  $Script .= "--winetest ". $Task->CmdLineArg ." $TagPrefix-$Tag ";
   if (defined $WebHostName)
   {
     my $StepTask = 100 * $StepNo + $TaskNo;
@@ -444,7 +444,7 @@ if ($Step->Type eq "suite")
 }
 else
 {
-  $Script .= $Task->CmdLineArg ." build patch.diff";
+  $Script .= "--testpatch ". $Task->CmdLineArg ." patch.diff";
 }
 $Script .= "\n) >Task.log 2>&1\n";
 Debug(Elapsed($Start), " Sending the script: [$Script]\n");




More information about the wine-cvs mailing list