This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add options --force-manifest and --test-build to bisect.pl
authorNicholas Clark <nick@ccl4.org>
Sat, 1 Oct 2011 14:23:41 +0000 (16:23 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 1 Oct 2011 14:31:06 +0000 (16:31 +0200)
commit67382a3b09f476ec932adab80ae6b37134864f9b
tree55f2be4a445f1a70be0652036361ff1b031a84b6
parentba6ff154b0d807025f5294b2c3e9623fd60a6e97
Add options --force-manifest and --test-build to bisect.pl

--force-manifest touches any files in MANIFEST that are missing. This avoids
hanging on 5.004 or earlier (where Configure's stdin is a tty) when Configure
detects the missing files and asks you if you want to stop. It's also useful
on 5.005 or later if you don't want to treat missing files as a "skip".
--test-build changes behaviour to treat failing to build the target exectuable
as a "fail", instead of a "skip".
Porting/bisect-runner.pl
Porting/bisect.pl