Merging r257791:
authorHans Wennborg <hans@hanshq.net>
Thu, 14 Jan 2016 23:24:17 +0000 (23:24 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 14 Jan 2016 23:24:17 +0000 (23:24 +0000)
------------------------------------------------------------------------
r257791 | hans | 2016-01-14 11:21:14 -0800 (Thu, 14 Jan 2016) | 4 lines

Exclude test-suite from CMake builds in test-release.sh

It's broken. In 3.7 there wasn't a CMake build for test-suite at all,
so we're not losing something we had before.
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@257836 91177308-0d34-0410-b5e6-96231b3b80d8

utils/release/test-release.sh

index bb1f7869467acc5b23fc75b57c3adaef00697ad3..fb50160f5fed213769454dc1871f77912dd735d9 100755 (executable)
@@ -159,6 +159,12 @@ while [ $# -gt 0 ]; do
     shift
 done
 
     shift
 done
 
+if [ "$use_autoconf" = "no" ]; then
+  # See llvm.org/PR26146.
+  echo Skipping test-suite when using CMake.
+  do_test_suite="no"
+fi
+
 # Check required arguments.
 if [ -z "$Release" ]; then
     echo "error: no release number specified"
 # Check required arguments.
 if [ -z "$Release" ]; then
     echo "error: no release number specified"