Skip to content

Commit 70137ce

Browse files
committed
build/bin/sage-logger [V=0]: Show more lines of the end of failing build logs
1 parent 4430e4c commit 70137ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-logger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if [ -n "$SAGE_SILENT_BUILD" -a ${use_prefix} = true ]; then
7979
status=$?
8080
if [[ $status != 0 ]]; then
8181
echo " [$logname] error installing, exit status $status. End of log file:"
82-
tail -n 72 "$logfile" | sed "/Please email sage-devel/,$ d;s;^; [$logname] ;" >&2
82+
tail -n 120 "$logfile" | sed "/Please email sage-devel/,$ d;s;^; [$logname] ;" >&2
8383
echo " [$logname] Full log file: $logfile"
8484
else
8585
echo " [$logname] successfully installed."

0 commit comments

Comments
 (0)