]> git.sur5r.net Git - bacula/bacula/commitdiff
regress: tweak estimate-test
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 18 Jun 2010 06:57:56 +0000 (08:57 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 19 Jun 2010 17:07:15 +0000 (19:07 +0200)
regress/tests/estimate-test

index 88951cc39973c9eecda662ff54b794c1715b9d67..b9c65caa4f670a7a7dd4b59497153ddd89c37714 100755 (executable)
@@ -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