From a538f02d72a3dd83202bc97f2ad2d1cab36484db Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Fri, 3 Feb 2023 11:44:19 +0100 Subject: [PATCH] Write more output to screen on script completion --- test/execsql.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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