[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix VMS handling of action lines
From: |
John E. Malmberg |
Subject: |
Re: [PATCH] Fix VMS handling of action lines |
Date: |
Fri, 19 Sep 2014 18:05:32 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 |
On 9/18/2014 5:08 PM, h.becker wrote:
Fix VMS handling of action lines
* job.c: fix make action continuation lines.
* vmsjobs.c: fix writing DCL command files when trimming (white
spaces and $ signs) especially after a split (command continuation).
---
job.c | 2 ++
vmsjobs.c | 96
++++++++++++++++++++++++++++++++-----------------------------
2 files changed, 53 insertions(+), 45 deletions(-)
Before applying this patch, but with my pending patches:
Using command file only setting:
100 Tests in 33 Categories Failed
Using the command file only for very long commands or redirection,
which is the traditional way:
44 Tests in 20 Categories Failed.
After applying this patch and with my pending patches:
Using the command file only setting:
96 Tests in 31 Categories Failed
Using the command file only for very long commands or redirection,
which is the traditional way:
41 Tests in 20 Categories Failed
Regards,
-John