This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74333e9
)
Porting/bisect-runner.pl: Add doc clarification
author
Karl Williamson
<khw@cpan.org>
Mon, 3 Jun 2019 01:05:55 +0000
(19:05 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 3 Jun 2019 01:08:32 +0000
(19:08 -0600)
Porting/bisect-runner.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/bisect-runner.pl
b/Porting/bisect-runner.pl
index
0031921
..
16caab6
100755
(executable)
--- 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