From: Eric Bollengier Date: Fri, 18 Jun 2010 06:57:56 +0000 (+0200) Subject: regress: tweak estimate-test X-Git-Tag: Release-5.0.3~129 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1129d5260fff2b34557393c5fe2ab3594973705c;p=bacula%2Fbacula regress: tweak estimate-test --- diff --git a/regress/tests/estimate-test b/regress/tests/estimate-test index 88951cc399..b9c65caa4f 100755 --- a/regress/tests/estimate-test +++ b/regress/tests/estimate-test @@ -103,25 +103,25 @@ rm -rf ${cwd}/build/po/test grep test1 $tmp/log3.out > /dev/null if [ $? = 0 ]; then - print_debug "Normal estimate shouldn't detect test1 file in $tmp/log3.out" + print_debug "ERROR: Normal estimate shouldn't detect test1 file in $tmp/log3.out" dstat=2 fi grep test1 $tmp/log4.out > /dev/null if [ $? != 0 ]; then - print_debug "Accurate=yes estimate should detect test1 file in $tmp/log4.out" + print_debug "ERROR: Accurate=yes estimate should detect test1 file in $tmp/log4.out" dstat=2 fi grep test1 $tmp/log5.out > /dev/null if [ $? != 0 ]; then - print_debug "Accurate estimate should detect test1 file in $tmp/log5.out" + print_debug "ERROR: Accurate estimate should detect test1 file in $tmp/log5.out" dstat=2 fi grep test1 $tmp/log6.out > /dev/null if [ $? = 0 ]; then - print_debug "Accurate=no estimate shouldn't detect test1 file in $tmp/log6.out" + print_debug "ERROR: Accurate=no estimate shouldn't detect test1 file in $tmp/log6.out" dstat=2 fi