From: Rafael Garcia-Suarez Date: Mon, 14 Apr 2003 21:11:11 +0000 (+0000) Subject: Mention that "make test_harness" lets messages sent through X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=00bf5cd963bef6a3dffb6f796fe06e66184d13f0;p=p5sagit%2Fp5-mst-13.2.git Mention that "make test_harness" lets messages sent through standard error out. Complements change #19206. p4raw-link: @19206 on //depot/perl: 244d9cb7d1d2e3a6aaa13f677e17b42673b10de9 p4raw-id: //depot/perl@19211 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 43f8d3f..4b7e3d2 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1822,7 +1822,8 @@ Run the test suite with the F controlling program, instead of F. F is more sophisticated, and uses the L module, thus using this test target supposes that perl mostly works. The main advantage for our purposes is that it prints a -detailed summary of failed tests at the end. +detailed summary of failed tests at the end. Also, unlike F, it +doesn't redirect stderr to stdout. =back