Commit e5f84a1d authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #641 from iij/pr-minirake-exit-status

minirake exit status not 0, when build failed.
parents 384633dd aab75e11
......@@ -411,6 +411,7 @@ class RakeApp
else
puts ex.backtrace.find {|str| str =~ /#{@rakefile}/ } || ""
end
exit 1
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment