From 7ae6965a19da1e65ddd3aa98502fdabcf0ae8d56 Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Tue, 14 Jul 2009 18:53:27 -0500 Subject: test_harness, not just test, needs unpack_files on VMS. --- vms/descrip_mms.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vms') diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 6ec06b4e6d..84c4c2f6df 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. -- cgit v1.2.1