]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/base-job-test
regress: Improve debug in base-job test
[bacula/bacula] / regress / tests / base-job-test
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