diff --git a/www/runtest.php b/www/runtest.php index 9a95405e30..f587a61a2d 100644 --- a/www/runtest.php +++ b/www/runtest.php @@ -3459,7 +3459,7 @@ function ProcessTestScript($url, &$test) $origin .= ':' . $parts['port']; } $script = str_ireplace('%ORIGIN%', $origin, $script); - + $script = str_ireplace('%TEST_ID%', $test['id'], $script); $script = str_ireplace('%HOST_REGEX%', str_replace('.', '\\.', $host), $script); if (stripos($script, '%HOSTR%') !== false) { if (GetRedirect($url, $rhost, $rurl)) {