Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add bail-out to Test.pm6
Aborts the test run using the Bail out! feature of the TAP protocol. Exit code set to 255 to mirror Perl 5's BAIL_OUT behaviour, which I assume is sane. References: https://testanything.org/tap-specification.html#bail-out https://metacpan.org/pod/Test::More#BAIL_OUT
- Loading branch information