[PATCH] testbot/WineRunTask: Fix the WineTest suite command.

Francois Gouget fgouget at codeweavers.com
Sun Jul 1 15:42:07 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 fb2966303..0f2a093e1 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)
-- 
2.18.0




More information about the wine-devel mailing list