mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
- Removing debugging info
This commit is contained in:
parent
cdf39db369
commit
03cc839d90
@ -129,7 +129,6 @@ if (isset($argc) && $argc > 1) {
|
||||
foreach($test_to_run AS $name=>$runnable) {
|
||||
if(!preg_match("/\.phpt$/", $name))
|
||||
continue;
|
||||
echo "test: $name runnable: $runnable\n";
|
||||
if ($runnable) {
|
||||
$test_results[$name] = run_test($php,$name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user