diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 15:12:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 15:12:08 +0000 |
commit | 785aa5e3ab3f6ca6bf868640e06a308c1726a955 (patch) | |
tree | 09f950ee1eaea7e3a0b0aa9a8d66800195f18b21 /t/README | |
parent | bad2d960389954fbd8fc49bf72b3bc05b56dfe94 (diff) | |
download | perl-785aa5e3ab3f6ca6bf868640e06a308c1726a955.tar.gz |
Doc updates on running tests
p4raw-id: //depot/perl@32498
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ ignores lines beginning with '#'. If you know that Perl is basically working but expect that some tests will fail, you may want to use Test::Harness thusly: cd t - ./perl -I../lib harness + ./perl harness This method pinpoints failed tests automatically. If you come up with new tests, please send them to perlbug@perl.org. |