diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 1998-03-12 11:02:29 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-03-16 15:55:28 +0000 |
commit | 09b7f37c58c6da6f4965b846b64eab7d9a205663 (patch) | |
tree | 0175e00c54b302fe0ffcfa25f9c82103d3196460 /vms/test.com | |
parent | a887ff1142f02c0c19143d1511194864ae5eafab (diff) | |
download | perl-09b7f37c58c6da6f4965b846b64eab7d9a205663.tar.gz |
VMS updates (direct)
[Needed manual tweaks on vms/config.vms since it clashed with other
patches. I may have got it wrong.]
p4raw-id: //depot/perl@817
Diffstat (limited to 'vms/test.com')
-rw-r--r-- | vms/test.com | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com index 7786a17e1b..affc6a83c7 100644 --- a/vms/test.com +++ b/vms/test.com @@ -74,6 +74,7 @@ $ Delete/Log/NoConfirm Echo.Obj;* $ echo = "$" + F$Parse("Echo.Exe") $ $! And do it +$ Show Process/Accounting $ testdir = "Directory/NoHead/NoTrail/Column=1" $ Define/User Perlshr Sys$Disk:[-]PerlShr'exe' $ MCR Sys$Disk:[]Perl. "-I[-.lib]" - "''p2'" "''p3'" "''p4'" "''p5'" "''p6'" @@ -93,7 +94,7 @@ use Config; @ioexcl=('argv.t','dup.t','fs.t','inplace.t','pipe.t'); @libexcl=('db-btree.t','db-hash.t','db-recno.t', 'gdbm.t','io_dup.t', 'io_pipe.t', 'io_sel.t', 'io_sock.t', - 'ndbm.t','odbm.t','open2.t','open3.t','posix.t'); + 'ndbm.t','odbm.t','open2.t','open3.t', 'ph.t', 'posix.t'); # Note: POSIX is not part of basic build, but can be built # separately if you're using DECC @@ -217,6 +218,7 @@ print sprintf("u=%g s=%g cu=%g cs=%g files=%d tests=%d\n", $user,$sys,$cuser,$csys,$files,$totmax); $$END-OF-TEST$$ $ wrapup: +$ Show Process/Accounting $ If F$Search("Echo.Exe").nes."" Then Delete/Log/NoConfirm Echo.Exe;* $ Set Default &olddef $ Set Message 'oldmsg' |