Commit 04d105d8 by grosser

show log when failed

parent 4929d352
...@@ -29,7 +29,8 @@ build_failed() { ...@@ -29,7 +29,8 @@ build_failed() {
echo echo
echo "Inspect or clean up the working tree at ${TEMP_PATH}" echo "Inspect or clean up the working tree at ${TEMP_PATH}"
echo "Results logged to ${LOG_PATH}" echo "Results logged to ${LOG_PATH}"
echo echo "Last 10 log lines:"
tail -n 10 $LOG_PATH
} >&3 } >&3
exit 1 exit 1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment