Skip to content

Commit

Permalink
build/bin/sage-logger [V=0]: Show more lines of the end of failing bu…
Browse files Browse the repository at this point in the history
…ild logs
  • Loading branch information
mkoeppe committed Nov 13, 2023
1 parent 4430e4c commit 70137ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin/sage-logger
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if [ -n "$SAGE_SILENT_BUILD" -a ${use_prefix} = true ]; then
status=$?
if [[ $status != 0 ]]; then
echo " [$logname] error installing, exit status $status. End of log file:"
tail -n 72 "$logfile" | sed "/Please email sage-devel/,$ d;s;^; [$logname] ;" >&2
tail -n 120 "$logfile" | sed "/Please email sage-devel/,$ d;s;^; [$logname] ;" >&2
echo " [$logname] Full log file: $logfile"
else
echo " [$logname] successfully installed."
Expand Down

0 comments on commit 70137ce

Please sign in to comment.