]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak check_prune_list
authorKern Sibbald <kern@sibbald.com>
Sat, 22 Oct 2011 19:58:01 +0000 (21:58 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:06 +0000 (14:50 +0200)
regress/scripts/functions.pm

index 0d7d5717a2f240be89fb777df284b5d9d5d6f26d..d1472cbf25ce09b00c821493223220816a46d9a6 100644 (file)
@@ -491,7 +491,8 @@ sub check_prune_list
     close(FP);
     foreach my $jobid (keys %to_check) {
         if (!$seen{$jobid}) {
-            print "ERROR: in $f, $jobid in still present in the 2nd 'list jobs'\n";
+            print "ERROR: in $f, $jobid is still present in the 2nd 'list jobs'\n";
+            system("cat $f");
             exit 1;
         }
     }