mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-25 23:38:06 +00:00
try to modify ceedling lib/rakefile.rb to exit 0 if build succeeded
This commit is contained in:
parent
84fce31fe9
commit
8a38c1c61c
1
tests/vendor/ceedling/lib/rakefile.rb
vendored
1
tests/vendor/ceedling/lib/rakefile.rb
vendored
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user