summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-23 12:34:19 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-23 12:34:59 +0200
commit9623756ab7db27b26755671ed39796aab8ffa584 (patch)
tree2c3342ecdfd37e77b1ea67a254e11d6cdfeebce6 /run-tests.php
parent1fcd6cdbb8927c7f770520f2cd4362015efce91d (diff)
downloadphp-git-9623756ab7db27b26755671ed39796aab8ffa584.tar.gz
Remove unused --temp-urlbase option from run-tests.php
This was part of the removed HTML functionality.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/run-tests.php b/run-tests.php
index 8d62c83375..761ef949fe 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -145,7 +145,7 @@ function main(): void
$optionals, $output_file, $pass_option_n, $pass_options,
$pattern_match, $php, $php_cgi, $phpdbg, $preload, $redir_tests,
$repeat, $result_tests_file, $slow_min_ms, $start_time, $switch,
- $temp_source, $temp_target, $temp_urlbase, $test_cnt, $test_dirs,
+ $temp_source, $temp_target, $test_cnt, $test_dirs,
$test_files, $test_idx, $test_list, $test_results, $testfile,
$user_tests, $valgrind, $sum_results, $shuffle, $file_cache;
// Parallel testing
@@ -389,7 +389,6 @@ function main(): void
$valgrind = null;
$temp_source = null;
$temp_target = null;
- $temp_urlbase = null;
$conf_passed = null;
$no_clean = false;
$colorize = true;
@@ -594,12 +593,6 @@ function main(): void
break;
case '--temp-target':
$temp_target = $argv[++$i];
- if ($temp_urlbase) {
- $temp_urlbase = $temp_target;
- }
- break;
- case '--temp-urlbase':
- $temp_urlbase = $argv[++$i];
break;
case 'v':
case '--verbose':