summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-01-04 15:17:41 +0000
committerMarcus Boerger <helly@php.net>2006-01-04 15:17:41 +0000
commitf9bfdc921a239d834689546b230542b1234191c2 (patch)
treefc459918f572b2a27c6b9a4ef53c3b3bc7671574 /run-tests.php
parent43fdbe99cdad2d227bbbc41ed9c5f06a25a618b2 (diff)
downloadphp-git-f9bfdc921a239d834689546b230542b1234191c2.tar.gz
- MFH
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 2cd2d62fc1..b858e372e1 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -1291,7 +1291,7 @@ COMMAND $cmd
settings2params($clean_params);
$extra = substr(PHP_OS, 0, 3) !== "WIN" ?
"unset REQUEST_METHOD; unset QUERY_STRING; unset PATH_TRANSLATED; unset SCRIPT_FILENAME; unset REQUEST_METHOD;": "";
- system_with_timeout("$extra $php -q $clean_params $clean_skipif", $env);
+ system_with_timeout("$extra $php -q $clean_params $test_clean", $env);
}
if (!$cfg['keep']['clean']) {
@unlink($test_clean);