This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When your bisect starts to go into perl-5.9.* territory `make -j4'
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Tue, 13 Apr 2010 09:46:48 +0000 (11:46 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Tue, 13 Apr 2010 09:46:48 +0000 (11:46 +0200)
fails on Config.pm due to some race condition. This'll turn what would
otherwise be a bad/good report into skip.

pod/perlrepository.pod

index 30d2cc2..65a9bef 100644 (file)
@@ -653,7 +653,7 @@ testcase:
   # Correct makefile for newer GNU gcc
   perl -ni -we 'print unless /<(?:built-in|command)/' makefile x2p/makefile
   # if you just need miniperl, replace test_prep with miniperl
   # Correct makefile for newer GNU gcc
   perl -ni -we 'print unless /<(?:built-in|command)/' makefile x2p/makefile
   # if you just need miniperl, replace test_prep with miniperl
-  make -j4 test_prep
+  make test_prep
   [ -x ./perl ] || exit 125
   ./perl -Ilib ~/testcase.pl
   ret=$?
   [ -x ./perl ] || exit 125
   ./perl -Ilib ~/testcase.pl
   ret=$?