From 372516c26e204dada8ef2c4c98fd053e883987d6 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 23 Oct 2011 19:00:17 +0200 Subject: [PATCH] Tweak regress debug --- regress/scripts/functions.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } } -- 2.39.5