Rafael wrote:
> So, ok, there's a precedent: thanks, applied as #32571.
> (although I don't like this approach very much --
> there ought to be some documentation on this at least.)
Here's some documentation, as a patch against INSTALL.
INSTALL seems to be the only place that make test is discussed,
do we need Porting/testing.pod or pod/perltest.pod?
Robin
--- ../perl-current/INSTALL 2007-11-27 11:35:31.000000000 +0000
+++ INSTALL
@@ -1936,6 +1936,29 @@
See the documentation for the File::Temp module for more information
about the various security aspects of temporary files.
+=item Controlling C<make test> with environment variables
+
+=over 4
+
+=item PERL_TEST_Net_Ping
+
+Setting this variable runs all the Net::Ping modules tests,
+otherwise some tests that interact with the outside world are skipped.
+See L<perl58delta>.
+
+=item PERL_TEST_NOVREXX
+
+Setting this variable skips the vrexx.t tests for OS2::REXX.
+
+=item PERL_TEST_NUMCONVERTS
+
+This sets are variable in op/numconvert.t.
+
+=back
+
+See also the documentation for the Test and Test::Harness modules,
+for more environment variables that affect testing.
+
=back
=head1 make install
-------------------------------------------------------------------
This e-mail and any attachments may contain confidential and/or
privileged material; it is for the intended addressee(s) only.
If you are not a named addressee, you must not use, retain or
disclose such information.
NPL Management Ltd cannot guarantee that the e-mail or any
attachments are free from viruses.
NPL Management Ltd. Registered in England and Wales. No: 2937881
Registered Office: Serco House, 16 Bartley Wood Business Park,
Hook, Hampshire, United Kingdom RG27 9UY
-------------------------------------------------------------------
Thread Next