From dc014e9b1d711ad2a5a2efeb13caed2001fbc2c6 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Thu, 9 Apr 2009 13:18:04 -0700 Subject: [PATCH] Print the test output if the build fails --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index b2d3fe31c..da8e53779 100644 --- a/Rakefile +++ b/Rakefile @@ -80,6 +80,7 @@ task :test => [:build] do if build_result.match(/Test suite failed/i) puts "tests failed, aborting the build" + puts build_result rake abort end end