From 05d65321885be81993f88ba3ac85eab9d92f275c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 22 Oct 2011 21:58:01 +0200 Subject: [PATCH] Tweak check_prune_list --- regress/scripts/functions.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regress/scripts/functions.pm b/regress/scripts/functions.pm index 0d7d5717a2..d1472cbf25 100644 --- a/regress/scripts/functions.pm +++ b/regress/scripts/functions.pm @@ -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; } } -- 2.39.5