diff options
author | Derick Rethans <derick@php.net> | 2003-12-16 15:00:24 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2003-12-16 15:00:24 +0000 |
commit | f7b3e30fe13518967c7ee638332d55a24b821f82 (patch) | |
tree | 246aa5d5d42a6a178d3d3a6b070a5b6bac88979d /run-tests.php | |
parent | 76ec811b3573fea59171610a4b7b19a634628bcb (diff) | |
download | php-git-f7b3e30fe13518967c7ee638332d55a24b821f82.tar.gz |
- Remove debug info :)
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 7efd0b4157..1370614ac3 100755 --- a/run-tests.php +++ b/run-tests.php @@ -844,7 +844,6 @@ COMMAND $cmd $wanted_re = preg_quote($wanted_re, '/'); // Stick to basics $wanted_re = str_replace("%e", '\\' . DIRECTORY_SEPARATOR, $wanted_re); - echo $wanted_re; $wanted_re = str_replace("%s", ".+?", $wanted_re); //not greedy $wanted_re = str_replace("%i", "[+\-]?[0-9]+", $wanted_re); $wanted_re = str_replace("%d", "[0-9]+", $wanted_re); |