This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a69635b
)
INSTALL doc fix: calling the test suite using -MTestInit changed since it moved to...
author
Slaven Rezic
<slaven@rezic.de>
Sat, 6 Feb 2010 22:14:56 +0000
(23:14 +0100)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Sun, 7 Feb 2010 15:19:24 +0000
(16:19 +0100)
INSTALL
patch
|
blob
|
blame
|
history
diff --git
a/INSTALL
b/INSTALL
index
60c304b
..
14af173
100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-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