This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
run_multiple_progs: option to abort on first failure
authorNicolas R <nicolas@atoomic.org>
Thu, 20 Aug 2020 15:12:32 +0000 (09:12 -0600)
committerTony Cook <tony@develop-help.com>
Mon, 24 Aug 2020 01:05:48 +0000 (01:05 +0000)
commitb130c675f86de8e54df11531c16f642a1f2ede52
tree869e265aff2d39105417910e44831166f5847b26
parenta1bd6395692dbab09d4c90af11a3d37972af9893
run_multiple_progs: option to abort on first failure

Setting PERL_TEST_ABORT_FIRST_FAILURE to a true value
while running a test usinng run_multiple_progs stop
on the first failure.

This provides a mechanism to debug step by step
these tests.

On failure a hint to use PERL_TEST_ABORT_FIRST_FAILURE
is advertised.
t/test.pl