diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-11-01 22:48:41 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-11-01 22:48:41 +0100 |
commit | e2760528720bf060a1f8246c3c77820e4aed7448 (patch) | |
tree | d5bde2d352c055746a80f36c08fb21b511d59762 /Porting/bisect-runner.pl | |
parent | fc4401c6b354576e72009cd9eee271deca608281 (diff) | |
download | perl-e2760528720bf060a1f8246c3c77820e4aed7448.tar.gz |
In bisect.pl, provide a default test for --validate, and summary output.
If no test case is specified for --validate, use TEST to run t/base/*.t
We can't run minitest because some tests fail on earlier versions, and
bisect-runner.pl intentionally doesn't patch any regression tests.
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 |