Craig,
On 20-Mar-2003 Craig A. Berry wrote:
At 1:03 PM +0000 3/20/03, [EMAIL PROTECTED] wrote:
I meant to mention I followed the instructions at
http://www.sidhe.org/vmsperl/readme.vms.html#Testing_Perl
for finding more info on test failures and ran:
@[.vms]test .exe "" "-v" [.lib]vmsish.T
I think you want [-.lib]vmsish.t. It's confusing because there is a [.t.lib] directory but also a [.lib] directory under the source tree, and both of them have tests in them.
I don't have [-.lib].
Ah, but you do. TEST.COM puts itself in the [.t] directory and sees everything from that perspective. [.lib] from the top-level source directory is [-.lib] from the point of view of running tests. Just try this and see what happens:
@[.vms]test .exe "" "-v" [-.lib]vmsish.t
