From: Craig A. Berry Date: Tue, 14 Jul 2009 23:53:27 +0000 (-0500) Subject: test_harness, not just test, needs unpack_files on VMS. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ae6965a19da1e65ddd3aa98502fdabcf0ae8d56;p=p5sagit%2Fp5-mst-13.2.git test_harness, not just test, needs unpack_files on VMS. --- diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 6ec06b4..84c4c2f 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -1477,7 +1477,7 @@ test : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t unpack_fi - @[.vms]test.com "$(E)" "$(__DEBUG__)" @ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests. -test_harness : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t +test_harness : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t unpack_files @ PERL_TEST_DRIVER == "harness." - @[.vms]test.com "$(E)" "$(__DEBUG__)" @ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests.