]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/base-job-test
Fix sql query for mysql
[bacula/bacula] / regress / tests / base-job-test
index 1882e66107cb4b1feef8cd2803689658ac517602..e553749143fa5cbed38125f2f26e70eef93eb847 100755 (executable)
@@ -107,6 +107,8 @@ if [ $? -ne 0 ]; then
     bstat=2
 fi
 
+ls -l ${cwd}/tmp/bacula-restores/tmp/regress/build/accurate/
+
 ################################################################
 p Now do a backup after making few changes
 ################################################################
@@ -138,6 +140,10 @@ check_two_logs
 check_restore_diff
 check_files_written ${cwd}/tmp/log1.out 4
 
+ls -l ${cwd}/tmp/bacula-restores/tmp/regress/build/accurate/
+
+exit 0
+
 rm -rf ${cwd}/tmp/bacula-restores
 
 ################################################################