From 7cacdbbb53fe9bc350a87b2af91f12bb0b18fd12 Mon Sep 17 00:00:00 2001 From: Ted Reed Date: Wed, 22 Jul 2009 16:17:45 -0700 Subject: [PATCH] Add a line to the Rakefile test:all statistics that declares that the current source is clean for commit. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 4f0edee..4bb2a50 100644 --- a/Rakefile +++ b/Rakefile @@ -313,5 +313,6 @@ namespace :test do |ns| end puts " There were #{$unknown} unknown or confusing results." puts " There were #{$failures} complete failures." + puts " -- CLEAN FOR COMMIT --" if $nok - $expected_failures == 0 and $unknown == 0 and $failures == 0 end end