Mention that "make test_harness" lets messages sent through
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 14 Apr 2003 21:11:11 +0000 (21:11 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 14 Apr 2003 21:11:11 +0000 (21:11 +0000)
standard error out. Complements change #19206.
p4raw-link: @19206 on //depot/perl: 244d9cb7d1d2e3a6aaa13f677e17b42673b10de9

p4raw-id: //depot/perl@19211

pod/perlhack.pod

index 43f8d3f..4b7e3d2 100644 (file)
@@ -1822,7 +1822,8 @@ Run the test suite with the F<t/harness> controlling program, instead of
 F<t/TEST>. F<t/harness> is more sophisticated, and uses the
 L<Test::Harness> 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<t/TEST>, it
+doesn't redirect stderr to stdout.
 
 =back