From: Kern Sibbald Date: Sun, 23 Oct 2011 17:00:17 +0000 (+0200) Subject: Tweak regress debug X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cbe946ad24c0fe64e5d2c43ae7054f45d7aa264e;p=bacula%2Fbacula Tweak regress debug --- diff --git a/regress/scripts/functions.pm b/regress/scripts/functions.pm index d1472cbf25..4f5c149059 100644 --- a/regress/scripts/functions.pm +++ b/regress/scripts/functions.pm @@ -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; } }