X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2FREADME;h=838434917916e665ceef76c5433aa75723419637;hb=7ed149c909e2812f62b12bd7d09f4ccfb79e0041;hp=1c079409c3fd3c601ccf7e8c0627826981bfb4e4;hpb=8d063cd8450e59ea1c611a2f4f5a21059a2804f1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/README b/t/README index 1c07940..8384349 100644 --- a/t/README +++ b/t/README @@ -8,4 +8,9 @@ If you put out extra lines with a '#' character on the front, you don't have to worry about removing the extra print statements later since TEST ignores lines beginning with '#'. -If you come up with new tests, send them to lwall@jpl-devvax.jpl.nasa.gov. +If you know that Perl is basically working but expect that some tests +will fail, you may want to use Test::Harness thusly: + ./perl -I../lib harness +This method pinpoints failed tests automatically. + +If you come up with new tests, please send them to larry@wall.org.