mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
Make verify_exports fail on failures again (#6379)
It is now working properly on the bots.
This commit is contained in:
committed by
GitHub
parent
c0f7c7da7d
commit
277c895111
@@ -41,8 +41,8 @@ void main(List<String> arguments) {
|
||||
int failures = 0;
|
||||
failures += _checkIos(outPath, nmPath, iosReleaseBuilds);
|
||||
failures += _checkAndroid(outPath, nmPath, androidReleaseBuilds);
|
||||
// TODO(goderbauer): Return failing exit code on failure once it works on bots.
|
||||
print('Failures: $failures'); // exit(failures);
|
||||
print('Failing checks: $failures');
|
||||
exit(failures);
|
||||
}
|
||||
|
||||
int _checkIos(String outPath, String nmPath, Iterable<String> builds) {
|
||||
|
||||
Reference in New Issue
Block a user