From 2b2210892cb96790128d18d99ec22b87c6b0cbe3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 25 Feb 2009 21:20:48 -0800 Subject: test/aggregate: remove Ruby version from output This was accidentally left in there during 1.9 compatibility testing. --- test/aggregate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/aggregate.rb b/test/aggregate.rb index 785d638..1c2cc5c 100755 --- a/test/aggregate.rb +++ b/test/aggregate.rb @@ -8,6 +8,6 @@ $failures += $3.to_i $errors += $4.to_i END { - printf("\n%s - %d tests, %d assertions, %d failures, %d errors\n", - RUBY_VERSION, $tests, $assertions, $failures, $errors) + printf("\n%d tests, %d assertions, %d failures, %d errors\n", + $tests, $assertions, $failures, $errors) } -- cgit v1.2.3-24-ge0c7