Francois Gouget : testbot/WineRunTask: Fix the WineTest suite command.

Alexandre Julliard julliard at winehq.org
Tue Jul 3 15:03:24 CDT 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Sun Jul  1 22:42:07 2018 +0200

testbot/WineRunTask: Fix the WineTest suite command.

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

---

 testbot/bin/WineRunTask.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index fb29663..0f2a093 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -461,7 +461,7 @@ elsif ($Step->Type eq "suite")
   if (defined($WebHostName))
   {
     my $StepTask = 100 * $StepNo + $TaskNo;
-    $Script .= "-u \"http://$WebHostName/JobDetails.pl?Key=$JobId&s$StepTask=1#k$StepTask\"";
+    $Script .= "-u \"http://$WebHostName/JobDetails.pl?Key=$JobId&s$StepTask=1#k$StepTask\" ";
   }
   my $Info = $VM->Description ? $VM->Description : "";
   if ($VM->Details)




More information about the wine-cvs mailing list