]> granicus.if.org Git - llvm/commit
Merging r310939:
authorHans Wennborg <hans@hanshq.net>
Thu, 17 Aug 2017 16:45:36 +0000 (16:45 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 17 Aug 2017 16:45:36 +0000 (16:45 +0000)
commit96b986a820aec8e12be58985c339a319a1d0b61a
tree52510a3ab436d9a7f099e27959e6a19f51c8ade2
parentf3090ff4462ea54b755bf0c856e057908c08b4fd
Merging r310939:
------------------------------------------------------------------------
r310939 | tstellar | 2017-08-15 11:11:56 -0700 (Tue, 15 Aug 2017) | 16 lines

test-release.sh: Move test-suite setup to beginning of the script

Summary:
We want to catch failures early before do the full 3 stage build.

The goal here is to avoid running through the whole build process and have
it fail at the end (and not create the binary packages), just because
some prerequisites failed to install.

Reviewers: rovka, hans

Reviewed By: hans

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D36422
------------------------------------------------------------------------

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