diff options
Diffstat (limited to 'Porting/bisect-runner.pl')
-rwxr-xr-x | Porting/bisect-runner.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index d6e9c23dd6..194fbb95fb 100755 --- a/Porting/bisect-runner.pl +++ b/Porting/bisect-runner.pl @@ -418,6 +418,9 @@ OS/CPU/compiler combination. For example ../perl/Porting/bisect.pl --validate -le 'print "Hello from $]"' +If no testcase is specified, the default is to use F<t/TEST> to run +F<t/base/*.t> + =item * --check-args |