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:
Mislav Marohnić 2014-09-06 02:17:11 -07:00
parent 17cb1ed6af
commit 95964b17f1

View file

@ -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