lib/ceedling/rakefile.rb in ceedling-0.24.0 vs lib/ceedling/rakefile.rb in ceedling-0.25.0
- old
+ new
@@ -71,8 +71,8 @@
if (@ceedling[:system_wrapper].ruby_success)
# tell all our plugins the build is done and process results
@ceedling[:plugin_manager].post_build
@ceedling[:plugin_manager].print_plugin_failures
- exit(1) if (@ceedling[:plugin_manager].plugins_failed?)
+ #exit(1) if (@ceedling[:plugin_manager].plugins_failed?) #do NOT call this. It will keep caller from reporting failures
end
}