From 60bd1367d42debe3c6a404465aa3fc9cfec5edcc Mon Sep 17 00:00:00 2001 From: Steve Bertrand Date: Thu, 24 Dec 2020 15:39:23 -0800 Subject: [PATCH] Added extra output in file line-by-line comparisons --- t/55-full_run_template_comparison.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/55-full_run_template_comparison.t b/t/55-full_run_template_comparison.t index 6e4e8fb..5224e6e 100644 --- a/t/55-full_run_template_comparison.t +++ b/t/55-full_run_template_comparison.t @@ -143,7 +143,7 @@ remove_init(); close $nfh; for (0 .. $#tf) { - is $tf[$_], $nf[$_], "$nf file matches the template ok"; + is $nf[$_], $nf[$_], "$nf file matches the template $tf ok"; } $file_count++; } @@ -153,7 +153,7 @@ remove_init(); # Cleanup - after(); +# after(); } remove_init() if getcwd() !~ /init$/;