Skip to content

Commit

Permalink
Add a line to the Rakefile test:all statistics that declares that the…
Browse files Browse the repository at this point in the history
… current source is clean for commit.
  • Loading branch information
treed committed Jul 22, 2009
1 parent 04e7817 commit 7cacdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -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

0 comments on commit 7cacdbb

Please sign in to comment.