@@ -145,7 +145,7 @@ function main(): void
145
145
$ optionals , $ output_file , $ pass_option_n , $ pass_options ,
146
146
$ pattern_match , $ php , $ php_cgi , $ phpdbg , $ preload , $ redir_tests ,
147
147
$ 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 ,
149
149
$ test_files , $ test_idx , $ test_list , $ test_results , $ testfile ,
150
150
$ user_tests , $ valgrind , $ sum_results , $ shuffle , $ file_cache ;
151
151
// Parallel testing
@@ -389,7 +389,6 @@ function main(): void
389
389
$ valgrind = null ;
390
390
$ temp_source = null ;
391
391
$ temp_target = null ;
392
- $ temp_urlbase = null ;
393
392
$ conf_passed = null ;
394
393
$ no_clean = false ;
395
394
$ colorize = true ;
@@ -594,12 +593,6 @@ function main(): void
594
593
break ;
595
594
case '--temp-target ' :
596
595
$ 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 ];
603
596
break ;
604
597
case 'v ' :
605
598
case '--verbose ' :
0 commit comments