This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a --valgrind option to bisect.pl, to run the test program with valgrind.
authorNicholas Clark <nick@ccl4.org>
Fri, 13 Apr 2012 14:49:24 +0000 (16:49 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 May 2013 07:19:28 +0000 (09:19 +0200)
commit54c7e1f075f1a6336d9b1930882c5d4acd750f18
tree96a15717f56af1a03411aeacc7e80ea5f4055219
parente3caab27000c1f2ee2ca4c8f5765092e63ef2351
Add a --valgrind option to bisect.pl, to run the test program with valgrind.

Specifically this option prepends valgrind --error-exitcode=124
to the command line, so that git bisect run will treat this revision as a
failure if valgrind finds any problems.
Porting/bisect-runner.pl