]> granicus.if.org Git - llvm/commit
Merging r243116:
authorHans Wennborg <hans@hanshq.net>
Fri, 24 Jul 2015 16:19:43 +0000 (16:19 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 24 Jul 2015 16:19:43 +0000 (16:19 +0000)
commite30be6c5d5956474c096ee9f86767a71e64f50f3
tree443505b6b30688cef2a42f20e7db7e6e2a509f6b
parent9dd0401722fd60349c00d0714666f0db3f7a4067
Merging r243116:
------------------------------------------------------------------------
r243116 | hans | 2015-07-24 09:16:09 -0700 (Fri, 24 Jul 2015) | 10 lines

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
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@243117 91177308-0d34-0410-b5e6-96231b3b80d8
utils/release/test-release.sh