From ca06a69cfb8f189d5377958dbd743a1c017bfb87 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 10 Jul 2014 11:34:28 +0200 Subject: [PATCH] Tweak correct English in debug output of regress tests --- regress/tests/duplicate-job-test | 2 +- regress/tests/tls-duplicate-job-test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/tests/duplicate-job-test b/regress/tests/duplicate-job-test index 0113e719ed..e72a5a6a27 100755 --- a/regress/tests/duplicate-job-test +++ b/regress/tests/duplicate-job-test @@ -169,7 +169,7 @@ fi nb=`grep '^| *[0-9]' $tmp/log9.out | wc -l` if [ $nb -lt 10 ]; then - print_debug "ERROR: no enough results in $tmp/log9.out" + print_debug "ERROR: less than 10 lines of SQL output in $tmp/log9.out" print_debug `cat $tmp/log9.out` estat=1 fi diff --git a/regress/tests/tls-duplicate-job-test b/regress/tests/tls-duplicate-job-test index 3b1f9322c7..eca7106f2f 100755 --- a/regress/tests/tls-duplicate-job-test +++ b/regress/tests/tls-duplicate-job-test @@ -169,7 +169,7 @@ fi nb=`grep '^| *[0-9]' $tmp/log9.out | wc -l` if [ $nb -lt 10 ]; then - print_debug "ERROR: no enough results in $tmp/log9.out" + print_debug "ERROR: less than 10 lines of SQL output in $tmp/log9.out" print_debug `cat $tmp/log9.out` estat=1 fi -- 2.39.2