From: Kern Sibbald Date: Thu, 10 Jul 2014 09:34:28 +0000 (+0200) Subject: Tweak correct English in debug output of regress tests X-Git-Tag: Release-7.0.5~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ca06a69cfb8f189d5377958dbd743a1c017bfb87;p=bacula%2Fbacula Tweak correct English in debug output of regress tests --- 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