From: Marcus Boerger Date: Tue, 6 Dec 2005 09:34:44 +0000 (+0000) Subject: - Fix summaries again X-Git-Tag: RELEASE_1_0~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2a9649f03f507910e43734a8db818aca37da240;p=php - Fix summaries again --- diff --git a/run-tests.php b/run-tests.php index 24149bab70..74670a3a1d 100755 --- a/run-tests.php +++ b/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,