From 176ab42ac987e047ebcd48fa0f08231f4084718a Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Fri, 23 Jan 2004 23:06:49 +0000 Subject: [PATCH] make some t/op/write.t failures more verbose p4raw-id: //depot/perl@22203 --- t/op/write.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/op/write.t b/t/op/write.t index 4f38bfb..ae9f8a5 100755 --- a/t/op/write.t +++ b/t/op/write.t @@ -487,7 +487,9 @@ for my $tref ( @NumTests ){ my $writeres = swrite( $writefmt, $val ); $nt++; - print $expected eq $writeres ? "ok $nt\n" : "not ok $nt\n"; + print $expected eq $writeres + ? "ok $nt\n" + : "not ok $nt\n# f=[$writefmt] exp=[$expected] got=[$writeres]\n"; } } -- 2.7.4