未验证 提交 277c8951 编写于 作者: M Michael Goderbauer 提交者: GitHub

Make verify_exports fail on failures again (#6379)

It is now working properly on the bots.
上级 c0f7c7da
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册