minirake exit status not 0, when build failed.

This commit is contained in:
Akira Yumiyama
2012-12-18 19:26:30 +09:00
parent 384633dd5a
commit aab75e1137
+1
View File
@@ -411,6 +411,7 @@ class RakeApp
else
puts ex.backtrace.find {|str| str =~ /#{@rakefile}/ } || ""
end
exit 1
end
end
end