Searched refs:ignore_exit (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/ |
H A D | Parser.pm | 436 my $ignore_exit = delete $args{ignore_exit}; 487 $self->ignore_exit($ignore_exit); 1043 || ( !$self->ignore_exit && ( $self->wait || $self->exit ) ); 1081 sub ignore_exit { shift->pragma( 'ignore_exit', @_ ) } subroutine
|
H A D | Harness.pm | 82 ignore_exit => sub { shift; shift }, 817 $args{ignore_exit} = $self->ignore_exit;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
H A D | parse.t | 1042 my ( $wait, $exit, $ignore_exit, $has_problems ) = @$t; 1048 "exit=$exit, wait=$wait, ignore=$ignore_exit"; 1052 $parser->ignore_exit($ignore_exit); 1057 { tap => "1..1\nok 1\n", ignore_exit => $ignore_exit }
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/ |
H A D | Prove.pm | 219 'ignore-exit' => \$self->{ignore_exit}, 326 if ( $self->ignore_exit ) { 327 $args{ignore_exit} = 1;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/ |
H A D | Env.pm | 91 ignore_exit => $ENV{HARNESS_IGNORE_EXIT} || 0,
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
H A D | Aggregator.pm | 130 && $parser->ignore_exit;
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/ |
H A D | Harness.pm | 220 ignore_exit => $IgnoreExit,
|