]> git.sur5r.net Git - bacula/bacula/commitdiff
regress: Improve debug in base-job test
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 26 Feb 2011 08:19:11 +0000 (09:19 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:43:29 +0000 (14:43 +0200)
regress/scripts/functions
regress/tests/base-job-test

index 325f55562800e3d877d94f93f8c1af780acbbd88..7395361cd503be1368fffabb39aedf8b0f8b7a6f 100644 (file)
@@ -126,7 +126,7 @@ check_files_written()
     FILES=`awk '/FD Files Written:/ { last=$4 } END { print last }' $LOG`
 
     if [ "$NB" != "$FILES" ]; then
-        print_debug "Expect $NB files, get $FILES"
+        print_debug "ERROR: Expect $NB files, get $FILES"
         bstat=2
     fi
 }
index 90222eaf81f160b3be0222719f50b4a4a3a0862d..2104b1095d6293e5c2ce51819eb6396348d77d85 100755 (executable)
@@ -123,6 +123,7 @@ label volume=TestVolume003 storage=File pool=Default
 run job=backup level=incremental yes
 wait
 messages
+list files jobid=4
 @# 
 @# now do a restore
 @#
@@ -165,7 +166,7 @@ run_bconsole
 
 grep -e ' 0 *|' ${cwd}/tmp/log3.out > /dev/null
 if [ $? -ne 0 ]; then
-    print_debug "Can't purge the base job"
+    print_debug "ERROR: Can't purge the base job"
     estat=1
 fi
 
@@ -191,7 +192,7 @@ run_bconsole
 
 grep "po/fr.po^" ${cwd}/tmp/log5.out > /dev/null
 if [ $? -eq 0 ]; then
-    print_debug "Should not display fr.po as basefile"
+    print_debug "ERROR: Should not display fr.po as basefile"
     estat=2
 fi