diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-22 21:30:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-22 21:30:17 +0000 |
commit | d132b95fb004c5e3d94e297d3804c90cfef96fed (patch) | |
tree | 29be06f7c4a7e2e3679a7546fc1905196b5992c2 /README.vms | |
parent | 6683669a6df1339a4d1816323a59ecded54b73e5 (diff) | |
download | perl-d132b95fb004c5e3d94e297d3804c90cfef96fed.tar.gz |
Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
p4raw-id: //depot/cfgperl@4598
Diffstat (limited to 'README.vms')
-rw-r--r-- | README.vms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.vms b/README.vms index fb13838842..13a1f9bb51 100644 --- a/README.vms +++ b/README.vms @@ -144,14 +144,14 @@ confident you are, make a bug report to the VMSPerl mailing list. If one or more tests fail, you can get more info on the failure by issuing this command sequence: -$ @[.VMS]TEST .typ "-v" [.subdir]test.T +$ @[.VMS]TEST .typ "" "-v" [.subdir]test.T where ".typ" is the file type of the Perl images you just built (if you didn't do anything special, use .EXE), and "[.subdir]test.T" is the test that failed. For example, with a normal Perl build, if the test indicated that [.op]time failed, then you'd do this: -$ @[.VMS]TEST .EXE "-v" [.OP]TIME.T +$ @[.VMS]TEST .EXE "" "-v" [.OP]TIME.T When you send in a bug report for failed tests, please include the output from this command, which is run from the main source directory: |