Skip to content
Snippets Groups Projects
Commit e23e36f3 authored by Oliver Behnke's avatar Oliver Behnke
Browse files

Fix off-by-one error

parent 97fee747
No related branches found
No related tags found
1 merge request!1Move macOS build to 64 bit
...@@ -68,7 +68,7 @@ failure() ...@@ -68,7 +68,7 @@ failure()
echo "Please check logfile: `basename $LOGFILE`" echo "Please check logfile: `basename $LOGFILE`"
echo "These are the final ten lines:" echo "These are the final ten lines:"
echo "------------------------------------" echo "------------------------------------"
tail -n 14 $LOGFILE | head -n 10 tail -n 13 $LOGFILE | head -n 10
fi fi
echo "************************************" | tee -a $LOGFILE echo "************************************" | tee -a $LOGFILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment