From f2a9649f03f507910e43734a8db818aca37da240 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 6 Dec 2005 09:34:44 +0000 Subject: [PATCH] - Fix summaries again --- run-tests.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.50.1