[PATCH] D11478: test-release.sh: Defer test errors until the end
Hans Wennborg
hans at chromium.org
Thu Jul 23 16:21:19 PDT 2015
hans added inline comments.
================
Comment at: utils/release/test-release.sh:563
@@ -541,1 +562,3 @@
+fi
+
exit 0
----------------
agnat wrote:
> Just skip the error section if there are none.
I figured printing "Errors:\nNone" would be more clear - then there's no question whether the script exited early or something.
http://reviews.llvm.org/D11478
More information about the llvm-commits
mailing list