From 1129d5260fff2b34557393c5fe2ab3594973705c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 18 Jun 2010 08:57:56 +0200 Subject: [PATCH] regress: tweak estimate-test --- regress/tests/estimate-test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5