mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +00:00
[test-release] Status update *before* long gzip
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a1fb4bbf2
commit
e27523b837
@ -568,17 +568,17 @@ done
|
|||||||
|
|
||||||
) 2>&1 | tee $LogDir/testing.$Release-$RC.log
|
) 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
|
package_release
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
# Woo hoo!
|
# Woo hoo!
|
||||||
echo "### Testing Finished ###"
|
echo "### Testing Finished ###"
|
||||||
if [ "$use_gzip" = "yes" ]; then
|
|
||||||
echo "### Package: $Package.tar.gz"
|
|
||||||
else
|
|
||||||
echo "### Package: $Package.tar.xz"
|
|
||||||
fi
|
|
||||||
echo "### Logs: $LogDir"
|
echo "### Logs: $LogDir"
|
||||||
|
|
||||||
echo "### Errors:"
|
echo "### Errors:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user