Module: tools Branch: master Commit: e00457d7e56a0cff7d4fdf47790b6629eaf893f2 URL: https://source.winehq.org/git/tools.git/?a=commit;h=e00457d7e56a0cff7d4fdf47...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Jun 15 11:56:15 2018 +0200
testbot: Simplify passing the Job URL to WineTest.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/WineRunTask.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl index 8f5cb26..3cf37c2 100755 --- a/testbot/bin/WineRunTask.pl +++ b/testbot/bin/WineRunTask.pl @@ -452,8 +452,7 @@ elsif ($Step->Type eq "suite") if (defined($WebHostName)) { my $StepTask = 100 * $StepNo + $TaskNo; - $Script .= '-u "http://' . $WebHostName . "/JobDetails.pl?Key=" . - $JobId . "&scrshot_" . $StepTask . "=1#k" . $StepTask . '" '; + $Script .= "-u "http://$WebHostName/JobDetails.pl?Key=$JobId&scrshot_$StepTask=1#k$StepT...""; } my $Info = $VM->Description ? $VM->Description : ""; if ($VM->Details)