Re: Test harness patch for VMS.

2014-06-25 Thread John E. Malmberg
On 6/24/2014 9:04 AM, Paul Smith wrote: On Sat, 2014-06-21 at 17:56 -0500, John E. Malmberg wrote: On 4/1/2014 7:38 PM, John E. Malmberg wrote: On 4/1/2014 1:14 PM, h.becker wrote: I still can't get it to work: Missed that it also needs the "sh" as a foreign command to run Bash. Replacemen

Re: Test harness patch for VMS.

2014-06-24 Thread Paul Smith
On Sat, 2014-06-21 at 17:56 -0500, John E. Malmberg wrote: > On 4/1/2014 7:38 PM, John E. Malmberg wrote: > > On 4/1/2014 1:14 PM, h.becker wrote: > >> > >> I still can't get it to work: > > > > Missed that it also needs the "sh" as a foreign command to run Bash. > > > > Replacement patch attached.

Re: Test harness patch for VMS.

2014-06-21 Thread John E. Malmberg
On 4/1/2014 7:38 PM, John E. Malmberg wrote: On 4/1/2014 1:14 PM, h.becker wrote: I still can't get it to work: Missed that it also needs the "sh" as a foreign command to run Bash. Replacement patch attached. What do we need to do to get the patches to for the tests to be run on VMS check

Re: Test harness patch for VMS.

2014-04-03 Thread John E. Malmberg
On 4/1/2014 1:14 PM, h.becker wrote: I still can't get it to work: Missed that it also needs the "sh" as a foreign command to run Bash. Replacement patch attached. Regards, -John 0001-Test-harness-updates-for-VMS-take-2.patch.gz Description: application/gzip _

Re: Test harness patch for VMS.

2014-04-01 Thread h.becker
On 04/01/2014 07:19 AM, John E. Malmberg wrote: > For some reason perl is only able to run foreign commands that are > global DCL symbols, not local DCL symbols. > > In test_make.com this change is needed. > > $! > $ testname = "" > $ make :== $bin:make.exe" > $! > $ i = 0 > $param_loop: > $ > >

Re: Test harness patch for VMS.

2014-03-31 Thread John E. Malmberg
On 3/31/2014 12:22 PM, h.becker wrote: On 03/31/2014 01:53 AM, John E. Malmberg wrote: This is the first cut at the patches for running the test harness on VMS. The test_make.com sets up the environment and runs the test. As it makes persistent changes to the logged in session, I recommend dedi

Re: Test harness patch for VMS.

2014-03-31 Thread h.becker
On 03/31/2014 01:53 AM, John E. Malmberg wrote: > This is the first cut at the patches for running the test harness on > VMS. The test_make.com sets up the environment and runs the test. > As it makes persistent changes to the logged in session, I recommend > dedicating a logged in session to runn