Don't download and compile compiler-rt, libcxx, and libcxxabi by default.
[oota-llvm.git] / utils / release / test-release.sh
index 0ebc2be12fe504a24bf074f2d18a9b8d29614124..71b7b9c11f2fe5f3abb4b0d88e242b81ac9485a6 100755 (executable)
@@ -14,7 +14,7 @@
 
 set -e                          # Exit if any command fails
 
-projects="llvm cfe dragonegg test-suite compiler-rt libcxx libcxxabi"
+projects="llvm cfe dragonegg test-suite"
 
 # Base SVN URL for the sources.
 Base_url="http://llvm.org/svn/llvm-project"
@@ -268,7 +268,7 @@ function test_llvmCore() {
     make check-all \
         2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log
     make unittests \
-        2>&1 | tee $LogDir/llvm.unittests--Phase$Phase-$Flavor.log
+        2>&1 | tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log
     cd $BuildDir
 }