]> granicus.if.org Git - llvm/commitdiff
[test-release] Status update *before* long gzip
authorRenato Golin <renato.golin@linaro.org>
Thu, 4 May 2017 16:21:30 +0000 (16:21 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 4 May 2017 16:21:30 +0000 (16:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302165 91177308-0d34-0410-b5e6-96231b3b80d8

utils/release/test-release.sh

index b0c771579802fefccab709e7c0b1cc6b5f80d734..b597d5f45ad860ade7588559ced0a791b00b5668 100755 (executable)
@@ -568,17 +568,17 @@ done
 
 ) 2>&1 | tee $LogDir/testing.$Release-$RC.log
 
+if [ "$use_gzip" = "yes" ]; then
+  echo "# Packaging the release as $Package.tar.gz"
+else
+  echo "# Packaging the release as $Package.tar.xz"
+fi
 package_release
 
 set +e
 
 # Woo hoo!
 echo "### Testing Finished ###"
-if [ "$use_gzip" = "yes" ]; then
-  echo "### Package: $Package.tar.gz"
-else
-  echo "### Package: $Package.tar.xz"
-fi
 echo "### Logs: $LogDir"
 
 echo "### Errors:"