Commit 95964b17 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

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.
parent 17cb1ed6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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