aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl5
1 files changed, 4 insertions, 1 deletions
diff --git a/kerl b/kerl
index 93103db..5b1b8f8 100755
--- a/kerl
+++ b/kerl
@@ -421,7 +421,10 @@ do_build()
fi
if [ $? -ne 0 ]; then
- echo "Build failed, see $LOGFILE"
+ echo "Build failed:"
+ tail $LOGFILE
+ echo
+ echo "Please see $LOGFILE for full details."
list_remove builds "$1 $2"
exit 1
fi