diff options
author | Slaven Rezic <slaven@rezic.de> | 2010-02-06 23:14:56 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-02-07 16:19:24 +0100 |
commit | 761cea1cfc55c559b6225d4c6b64eb223b1733c3 (patch) | |
tree | d799bec901cba680f1df2a1ecc1234d7f959706e /INSTALL | |
parent | a69635b797939b348e6ed6c090a2b89709dc47b1 (diff) | |
download | perl-761cea1cfc55c559b6225d4c6b64eb223b1733c3.tar.gz |
INSTALL doc fix: calling the test suite using -MTestInit changed since it moved to top level (which happened in commit 30b6e59101b252c20a6b50b95203d1e2c6016604)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1836,7 +1836,7 @@ If make test bombs out, just cd to the t directory and run ./TEST by hand to see if it makes any difference. If individual tests bomb, you can run them by hand, e.g., - cd t ; ./perl -MTestInit op/groups.t + ./perl -MTestInit t/op/groups.t Another way to get more detailed information about failed tests and individual subtests is to cd to the t directory and run |