Re: test.pl runperl() exit oddity
[email protected] ("Craig A. Berry") Wed, 7 Aug 2013 13:04:47 -0500
| Newsgroups | perl.perl5.porters,perl.vmsperl |
|---|---|
| Message-ID | <CA+vYcVzczsss4Q8k=OEVLXzxzrmn6PKXe_6f9UaEH+Z6Uc=sQw@mail.gmail.com> |
On Wed, Aug 7, 2013 at 12:18 PM, Nicholas Clark <[email protected]> wrote: > 2) Why does runperl() in t/test.pl abort on VMS if exit status is wrong? > (or is it vmspipe.com aborting?) When you run vms/test.com, it's running t/TEST by default. Isn't bailing out early the normal behavior for TEST (as opposed to harness)? The abort messages are just the usual result of transmogrifying a generic unixy failure exit to a generic VMS failure exit: $ perl -e "exit 1;" %SYSTEM-F-ABORT, abort