From 8a38c1c61ccbbabcbd80e9f543b1e6a507405301 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 9 May 2013 15:54:15 +0700 Subject: [PATCH] try to modify ceedling lib/rakefile.rb to exit 0 if build succeeded --- tests/vendor/ceedling/lib/rakefile.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/vendor/ceedling/lib/rakefile.rb b/tests/vendor/ceedling/lib/rakefile.rb index 153c0bdee..9eef74fcc 100644 --- a/tests/vendor/ceedling/lib/rakefile.rb +++ b/tests/vendor/ceedling/lib/rakefile.rb @@ -70,5 +70,6 @@ END { @ceedling[:plugin_manager].post_build @ceedling[:plugin_manager].print_plugin_failures exit(1) if (@ceedling[:plugin_manager].plugins_failed?) + exit(0) end }