Skip to content

Commit 9623756

Browse files
committed
Remove unused --temp-urlbase option from run-tests.php
This was part of the removed HTML functionality.
1 parent 1fcd6cd commit 9623756

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

run-tests.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function main(): void
145145
$optionals, $output_file, $pass_option_n, $pass_options,
146146
$pattern_match, $php, $php_cgi, $phpdbg, $preload, $redir_tests,
147147
$repeat, $result_tests_file, $slow_min_ms, $start_time, $switch,
148-
$temp_source, $temp_target, $temp_urlbase, $test_cnt, $test_dirs,
148+
$temp_source, $temp_target, $test_cnt, $test_dirs,
149149
$test_files, $test_idx, $test_list, $test_results, $testfile,
150150
$user_tests, $valgrind, $sum_results, $shuffle, $file_cache;
151151
// Parallel testing
@@ -389,7 +389,6 @@ function main(): void
389389
$valgrind = null;
390390
$temp_source = null;
391391
$temp_target = null;
392-
$temp_urlbase = null;
393392
$conf_passed = null;
394393
$no_clean = false;
395394
$colorize = true;
@@ -594,12 +593,6 @@ function main(): void
594593
break;
595594
case '--temp-target':
596595
$temp_target = $argv[++$i];
597-
if ($temp_urlbase) {
598-
$temp_urlbase = $temp_target;
599-
}
600-
break;
601-
case '--temp-urlbase':
602-
$temp_urlbase = $argv[++$i];
603596
break;
604597
case 'v':
605598
case '--verbose':

0 commit comments

Comments
 (0)