about summary refs log tree commit homepage
path: root/test/aggregate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/aggregate.rb')
-rwxr-xr-xtest/aggregate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aggregate.rb b/test/aggregate.rb
index 1c2cc5c..785d638 100755
--- a/test/aggregate.rb
+++ b/test/aggregate.rb
@@ -8,6 +8,6 @@ $failures += $3.to_i
 $errors += $4.to_i
 
 END {
-  printf("\n%d tests, %d assertions, %d failures, %d errors\n",
-         $tests, $assertions, $failures, $errors)
+  printf("\n%s - %d tests, %d assertions, %d failures, %d errors\n",
+         RUBY_VERSION, $tests, $assertions, $failures, $errors)
 }