]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak regress debug
authorKern Sibbald <kern@sibbald.com>
Sun, 23 Oct 2011 17:00:17 +0000 (19:00 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:06 +0000 (14:50 +0200)
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;
         }
     }