diff options
author | Richard Möhn <richard.moehn@fu-berlin.de> | 2011-03-22 21:33:44 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-24 14:06:19 -0700 |
commit | 78087e0a1e957b95e881295b5c2c403eb48a4c3b (patch) | |
tree | 0843926dca131f46e92ed624bbadc5667b8aa66f /pod/perlhack.pod | |
parent | a8d15a22010d9a4d9ec485ed470d1bd0b961ac53 (diff) | |
download | perl-78087e0a1e957b95e881295b5c2c403eb48a4c3b.tar.gz |
Fix paragraph confusion in pod/perlhack.pod
As far as I understand the diffs, this problem occured first with commit
a75f557cc482d1753211634e8aac8b7572677015: The section about "Parallel
tests" had been inserted into the list about "Special Make Test Targets"
before the last "=item" of the list, but without an empty line between
the two of them.
The Great Revision of commit 04c692a854b61dfae1266e29468ce4fb51c80512
turned the "=item" about "Parallel tests" into a "=head2", leaving the
"=item" statement without the empty line in its old place.
There may have been some more editing in this corner. However, I
rearranged the lines, so that the "=item" statement goes with its original
list about the make test targets again.
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 119554750a..095d23f47e 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -807,6 +807,10 @@ F<t/harness>. This means you can say nmake test TEST_FILES="op/*.t" nmake test TEST_SWITCHES="-torture" TEST_FILES="op/*.t" +=item * test-notty test_notty + +Sets PERL_SKIP_TTY_TEST to true before running normal test. + =back =head2 Parallel tests @@ -826,9 +830,6 @@ to C<make> utilities to interact with their job schedulers. Note that currently some test scripts may fail when run in parallel (most notably C<ext/IO/t/io_dir.t>). If necessary, run just the failing scripts again sequentially and see if the failures go away. -=item * test-notty test_notty - -Sets PERL_SKIP_TTY_TEST to true before running normal test. =head2 Running tests by hand |