diff --git a/test/execsql.sh b/test/execsql.sh index 2ff2d5e..7209c82 100755 --- a/test/execsql.sh +++ b/test/execsql.sh @@ -479,10 +479,10 @@ if [ $_err_count -eq 0 ]; then echo echo Here are the last lines from $ALIAS.txt echo - tail -n 30 $ALIAS.txt + tail -n 40 $ALIAS.txt else echo Script failed with the following errors: - cat $ALIAS.txt | grep -B 3 -A 4 "Statement failed" + cat $ALIAS.txt | grep -B 5 -A 4 "Statement failed" fi echo echo