[llvm] r243116 - test-release.sh: Defer test errors until the end

Hans Wennborg hans at chromium.org
Fri Jul 24 09:20:48 PDT 2015


Merged to 3.7 in r243117.

On Fri, Jul 24, 2015 at 9:16 AM, Hans Wennborg <hans at hanshq.net> wrote:
> Author: hans
> Date: Fri Jul 24 11:16:09 2015
> New Revision: 243116
>
> URL: http://llvm.org/viewvc/llvm-project?rev=243116&view=rev
> Log:
> test-release.sh: Defer test errors until the end
>
> This makes the script run to the end and produce tarballs even on test
> failures, and then highlights any errors afterwards.
>
> (I first tried just storing the errors in a global variable, but that
> didn't work as the "test_llvmCore" function invocation is actually
> running as a sub-shell.)
>
> Differential Revision: http://reviews.llvm.org/D11478



More information about the llvm-commits mailing list