]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak correct English in debug output of regress tests
authorKern Sibbald <kern@sibbald.com>
Thu, 10 Jul 2014 09:34:28 +0000 (11:34 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 12 Jul 2014 14:04:34 +0000 (16:04 +0200)
regress/tests/duplicate-job-test
regress/tests/tls-duplicate-job-test

index 0113e719ed9468313860265550efe0843736b2c9..e72a5a6a27cd56b970451e36fa898091356087d3 100755 (executable)
@@ -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
index 3b1f9322c789b43dabf6acd46a1d36101d37cbcd..eca7106f2fa7709df025fb952c89a0dfaf43ff61 100755 (executable)
@@ -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