mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-28 15:51:09 +01:00
Highlight output that mentions path to full build log
People often miss that and think that the last 10 lines of build output is the only information they got.
This commit is contained in:
parent
17cb1ed6af
commit
95964b17f1
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ build_failed() {
|
|||
echo "Inspect or clean up the working tree at ${BUILD_PATH}"
|
||||
|
||||
if file_is_not_empty "$LOG_PATH"; then
|
||||
echo "Results logged to ${LOG_PATH}"
|
||||
echo
|
||||
colorize 33 "Results logged to ${LOG_PATH}"
|
||||
printf "\n\n"
|
||||
echo "Last 10 log lines:"
|
||||
tail -n 10 "$LOG_PATH"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue