From: Rafael Garcia-Suarez Date: Tue, 4 Dec 2007 21:01:37 +0000 (+0000) Subject: Document some environment variables that might affect tests, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7cd588305d61592874d2acf74009ef9899cd6047;p=p5sagit%2Fp5-mst-13.2.git Document some environment variables that might affect tests, by Robin Barker. p4raw-id: //depot/perl@32575 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 3acee30..7e51c3b 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -2362,6 +2362,29 @@ running 'make test_notty'. =back +=head3 Other environment variables that may influence tests + +=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. + +=item PERL_TEST_NOVREXX + +Setting this variable skips the vrexx.t tests for OS2::REXX. + +=item PERL_TEST_NUMCONVERTS + +This sets a variable in op/numconvert.t. + +=back + +See also the documentation for the Test and Test::Harness modules, +for more environment variables that affect testing. + =head2 Common problems when patching Perl source code Perl source plays by ANSI C89 rules: no C99 (or C++) extensions. In