mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[test-release] Status update *before* long gzip
llvm-svn: 302165
This commit is contained in:
parent
7215d4496b
commit
cdce695226
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user