Skip to content

Commit

Permalink
Force rake to return exit status from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Sep 1, 2010
1 parent 38a7289 commit 9d040cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
task :test do
system "cd test && ruby cargo_test.rb"
exit $?.exitstatus
end

task :default => :test

0 comments on commit 9d040cd

Please sign in to comment.