Browse Source

- Fix summaries again

migration/RELEASE_1_0_0
Marcus Boerger 21 years ago
parent
commit
f2a9649f03
  1. 4
      run-tests.php

4
run-tests.php

@ -332,7 +332,7 @@ if (isset($argc) && $argc > 1) {
$html_output = is_resource($html_file);
break;
case '--version':
echo "$id: $\n";
echo "$Id$\n";
exit(1);
default:
echo "Illegal switch specified!\n";
@ -1275,7 +1275,7 @@ COMMAND $cmd
}
show_result($restype, $tested, $file, $info);
$PHP_FAILED_TESTS[$restype][] = array (
$PHP_FAILED_TESTS[$restype.'ED'][] = array (
'name' => $file,
'test_name' => (is_array($IN_REDIRECT) ? $IN_REDIRECT['via'] : '') . $tested,
'output' => $output_filename,

Loading…
Cancel
Save