summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-26 15:12:08 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-26 15:12:08 +0000
commit785aa5e3ab3f6ca6bf868640e06a308c1726a955 (patch)
tree09f950ee1eaea7e3a0b0aa9a8d66800195f18b21 /t/README
parentbad2d960389954fbd8fc49bf72b3bc05b56dfe94 (diff)
downloadperl-785aa5e3ab3f6ca6bf868640e06a308c1726a955.tar.gz
Doc updates on running tests
p4raw-id: //depot/perl@32498
Diffstat (limited to 't/README')
-rw-r--r--t/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/README b/t/README
index c129720ae2..e35af9947a 100644
--- a/t/README
+++ b/t/README
@@ -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.