In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/0dd3e67ea7cc472669925a46c372becbd5df557a?hp=74333e98d322c14118a2c17040aba2c17c0b2152>
- Log ----------------------------------------------------------------- commit 0dd3e67ea7cc472669925a46c372becbd5df557a Author: Karl Williamson <[email protected]> Date: Sun Jun 2 19:05:55 2019 -0600 Porting/bisect-runner.pl: Add doc clarification ----------------------------------------------------------------------- Summary of changes: Porting/bisect-runner.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index 00319211c9..16caab6638 100755 --- a/Porting/bisect-runner.pl +++ b/Porting/bisect-runner.pl @@ -535,6 +535,12 @@ always exits with zero. If you require more flexibility than this, either specify your C<valgrind> invocation explicitly as part of the test case, or use a wrapper script to control the command line or massage the exit codes. +In order for the test program to be seen as a perl script to valgrind +(rather than a shell script), the first line must be one of the following + + #!./perl + #!./miniperl + =item * --test-build -- Perl5 Master Repository
