Browse Source

Test descriptions showed up blank, fixed.

PHP-4.0.5
Stig Bakken 25 years ago
parent
commit
fc4b704fca
  1. 2
      run-tests.php

2
run-tests.php

@ -407,7 +407,7 @@ function run_test($file) {
}
fclose($ofp);
pclose($cp);
$desc = isset($test)?trim($TEST):"";
$desc = isset($TEST)?trim($TEST):"";
$outfile = preg_replace('/\.phpt$/', '.out', $file);
$expectfile = preg_replace('/\.phpt$/', '.exp', $file);
$phpfile = preg_replace('/\.phpt$/', '.php', $file);

Loading…
Cancel
Save