Re: Supporting --version in dejagnu(1) multi-launcher

2018-11-14 Thread Ben Elliston
On Wed, Nov 14, 2018 at 10:15:38PM -0600, Jacob Bachmeyer wrote: > Is it reasonable to assume that the launcher and installed commands > will always be from the same version of DejaGnu? Yes. Ben signature.asc Description: PGP signature ___ DejaGnu ma

Supporting --version in dejagnu(1) multi-launcher

2018-11-14 Thread Jacob Bachmeyer
Is it reasonable to assume that the launcher and installed commands will always be from the same version of DejaGnu? If so, I can have the launcher locate runtest.exp and grep it for "^set frame_version" instead of adding another copy of the DejaGnu version. (The commands will be installed pa

PATCH: add search path for tool init file (part of fix for Automake misintegration)

2018-11-14 Thread Jacob Bachmeyer
This patch fixes the problem of the first "make check" after running configure complaining about being unable to find tool init files that I have previously described. ChangeLog entry -- * runtest.exp (load_lib): Clean up whitespace. (load_tool_init): Search for tool init file i

Re: Adding "-C " option to runtest(1)

2018-11-14 Thread Jacob Bachmeyer
Ben Elliston wrote: On Tue, Nov 13, 2018 at 10:18:35PM -0600, Jacob Bachmeyer wrote: This is starting to look more useful than my original proposal. Agreed. Please work up a patch and post it. Including documentation changes would be particularly welcome. It is in my local queue, b

Re: Adding "-C " option to runtest(1)

2018-11-14 Thread Ben Elliston
On Tue, Nov 13, 2018 at 10:18:35PM -0600, Jacob Bachmeyer wrote: > This is starting to look more useful than my original proposal. Agreed. Please work up a patch and post it. Including documentation changes would be particularly welcome. Cheers, Ben signature.asc Description: PGP signature ___