This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #133136] bisect runner
authorKarl Williamson <khw@cpan.org>
Wed, 25 Apr 2018 22:28:37 +0000 (16:28 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 30 Apr 2018 21:11:07 +0000 (15:11 -0600)
commitcf2c29559deccb70b57f952ba796613c5cc10bac
tree400a30420ad06e28b29a6e1d6f19081f21b5b3fa
parenta161cde74ab6bd0def025bb5691c39d682c4204e
PATCH: [perl #133136] bisect runner

bisect runner is supposed to keep going if the particular revision being
tested fails to compile.  But it wasn't.

Nicholas graciously diagnosed the problem.  When the enhancement for
testing when a module got broken, the code to do so was placed before
the check to see if the build for this revision crashed.  It's simply a
matter of moving that module code to after that check.
Porting/bisect-runner.pl