|
|
|
@ -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, |
|
|
|
|