diff --git a/tests/vendor/ceedling/lib/rakefile.rb b/tests/vendor/ceedling/lib/rakefile.rb index 9eef74fcc..153c0bdee 100644 --- a/tests/vendor/ceedling/lib/rakefile.rb +++ b/tests/vendor/ceedling/lib/rakefile.rb @@ -70,6 +70,5 @@ END { @ceedling[:plugin_manager].post_build @ceedling[:plugin_manager].print_plugin_failures exit(1) if (@ceedling[:plugin_manager].plugins_failed?) - exit(0) end }