From 77dfc822934078074b014af1e293a53b074f418c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Feb 2000 17:06:04 +0000 Subject: (run_tests): Invoke `diff' when differences are found. --- tests/Fetish.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/Fetish.pm') diff --git a/tests/Fetish.pm b/tests/Fetish.pm index dfbaddab3..6354ee79e 100644 --- a/tests/Fetish.pm +++ b/tests/Fetish.pm @@ -12,7 +12,7 @@ use FileHandle; use File::Compare qw(compare); @ISA = qw(Exporter); -($VERSION = '$Revision: 1.6 $ ') =~ tr/[0-9].//cd; +($VERSION = '$Revision: 1.7 $ ') =~ tr/[0-9].//cd; @EXPORT = qw (run_tests); my $debug = $ENV{DEBUG}; @@ -271,7 +271,10 @@ sub run_tests ($$$$$) if (compare ($expect->{$eo}, $tmp{$eo})) { warn "$program_name: test $test_name: std$eo_lower mismatch," - . " comparing $expect->{$eo} and $tmp{$eo}\n"; + . " comparing $expect->{$eo} (expected)" + . " and $tmp{$eo} (actual)\n"; + # Ignore any failure. + system "diff -c $expect->{$eo} $tmp{$eo}"; $fail = 1; } } -- cgit v1.2.3-70-g09d2