try to modify ceedling lib/rakefile.rb to exit 0 if build succeeded

This commit is contained in:
hathach 2013-05-09 15:54:15 +07:00
parent 84fce31fe9
commit 8a38c1c61c
1 changed files with 1 additions and 0 deletions

View File

@ -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
}