On Mar 15, 2:39 pm, [EMAIL PROTECTED] (Craig A. Berry) wrote:
> At 3:30 PM -0500 3/13/08, Bill Norton wrote:
>
> >RX2600 OpenVMS V8.3 with current patches, HP C 7.2-022, on ODS5 disk with 
> >hardlinks enabled.
>
> >MMK test reported only one failure in 20_CPANPLUS-DIST-MM.T
>
> >Running that individually doesn't add much information.
> >How do I find out more about the underlying error?
> >And, are the tests after number 30 actually failing but not fatally?
>
> >$ @[.vms]test .EXE "" -"v" [-.lib.cpanplus.t]20_cpanplus-dist-mm.t
>
> That is the authoritative way to get verbose test output, but if the
> test (as in this case) doesn't provide you with any useful comparison
> between what it got and what it expected, that method kind of falls
> flat.
>
> Here's what I do after a successful build to investigate a test
> failure further (adjust device and directory names for your local
> environment):
>
> $ set default [.perl]
> $ @perl_setup
>
> [now set PERL_ROOT to build directory, not install directory]
>
> $ define/trans=conc perl_root d0:[craig.perl.]
> %DCL-I-SUPERSEDE, previous value of PERL_ROOT has been superseded
> $ set default [.t]
>
> $ perl -"MTestInit" -d [-.lib.cpanplus.t]20_cpanplus-dist-mm.t
>
> That will put you in the Perl debugger where you can step through the
> test script, examine variables, set breakpoints, etc.  Or run without
> the -d flag to just see all the test output, unfiltered by the test
> suite.
>
> --
> ________________________________________
> Craig A. Berry
> mailto:[EMAIL PROTECTED]
>
> "... getting out of a sonnet is much more
>  difficult than getting in."
>                  Brad Leithauser

When I execute it with perl -"MTestInit" -d
[-.lib.cpanplus.t]20_cpanplus-dist-mm.t
I get this marginally more informative error:

ok 39 - Module extracted again
%MMK-F-ERRUPD, error status %X00038090 occurred when updating target
DESCRIP.MMS
not ok 40 - Dist object built
#   Failed test 'Dist object built'

Reply via email to