In perl.git, the branch smoke-me/khw-handy has been updated <https://perl5.git.perl.org/perl.git/commitdiff/961034cef151d0c32508ce85585d25c72909053e?hp=b0d3d504b5dec514add4f41e020370e506546cf2>
- Log ----------------------------------------------------------------- commit 961034cef151d0c32508ce85585d25c72909053e Author: Karl Williamson <[email protected]> Date: Fri Mar 29 16:18:05 2019 -0600 skip lower ----------------------------------------------------------------------- Summary of changes: ext/XS-APItest/t/handy_base.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/XS-APItest/t/handy_base.pl b/ext/XS-APItest/t/handy_base.pl index 722d3cf3e2..9c129ba832 100644 --- a/ext/XS-APItest/t/handy_base.pl +++ b/ext/XS-APItest/t/handy_base.pl @@ -179,6 +179,7 @@ $num_test_files = 10 if $num_test_files > 10; my $property_count = -1; foreach my $name (sort keys %properties, 'octal') { diag __FILE__ . ": " . __LINE__ . ": property=$name"; + next if $property eq 'lower'; # We test every nth property in this run so that this test is split into # smaller chunks to minimize test suite elapsed time when run in parallel. -- Perl5 Master Repository
