]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/functions.pm
Tweak regress debug
[bacula/bacula] / regress / scripts / functions.pm
index d1472cbf25ce09b00c821493223220816a46d9a6..4f5c1490590a75a0d377cf46e70a56fcda2a8c35 100644 (file)
@@ -491,8 +491,10 @@ sub check_prune_list
     close(FP);
     foreach my $jobid (keys %to_check) {
         if (!$seen{$jobid}) {
-            print "ERROR: in $f, $jobid is still present in the 2nd 'list jobs'\n";
+            print "******* listing of $f *********\n"
             system("cat $f");
+            print "******* end listing of $f *********\n"
+            print "ERROR: in $f, $jobid is still present in the 2nd 'list jobs'\n";
             exit 1;
         }
     }