Re: automatically showing test-suite.log on failure?

2018-09-30 Thread Karl Berry
>I might be missing something, but I get that behavior in my automatic >builds by calling 'make check VERBOSE=1'. This does not appear to have any effect when using the TAP framework. So it seems. From grepping the installed automake, I see VERBOSE used in exactly one line of

Re: automatically showing test-suite.log on failure?

2018-09-30 Thread Bob Friesenhahn
On Sat, 29 Sep 2018, Karl Berry wrote: I might be missing something, but I get that behavior in my automatic builds by calling 'make check VERBOSE=1'. Yes! Thank you!! This does not appear to have any effect when using the TAP framework. Bob -- Bob Friesenhahn

Re: automatically showing test-suite.log on failure?

2018-09-29 Thread Karl Berry
I might be missing something, but I get that behavior in my automatic builds by calling 'make check VERBOSE=1'. Yes! Thank you!!

Re: automatically showing test-suite.log on failure?

2018-09-28 Thread Peter Johansson
Hi Karl, On 9/13/2018 7:53 AM, Karl Berry wrote: After make check runs, if there were any failures, I'm wishing for a way to have automake to automatically show the relevant test-suite.log. I might be missing something, but I get that behavior in my automatic builds by calling 'make check

Re: automatically showing test-suite.log on failure?

2018-09-21 Thread Eric Blake
[adding autoconf, as this also affects testsuite.log generated by projects using autotest instead of automake's built-in support] On 9/21/18 12:37 PM, Bob Proulx wrote: Bob Friesenhahn wrote: Karl Berry wrote: However, this seems like it would be fairly commonly useful and easy enough to do

Re: automatically showing test-suite.log on failure?

2018-09-21 Thread Bob Proulx
Bob Friesenhahn wrote: > Karl Berry wrote: > > However, this seems like it would be fairly commonly useful and easy > > enough to do in the canonical test-driver script. So, any chance of > > adding it as a standard feature? Any reasonable way of enabling it would > > be fine, e.g., a flag that

Re: automatically showing test-suite.log on failure?

2018-09-12 Thread Bob Friesenhahn
On Wed, 12 Sep 2018, Karl Berry wrote: However, this seems like it would be fairly commonly useful and easy enough to do in the canonical test-driver script. So, any chance of adding it as a standard feature? Any reasonable way of enabling it would be fine, e.g., a flag that can be added to

automatically showing test-suite.log on failure?

2018-09-12 Thread Karl Berry
After make check runs, if there were any failures, I'm wishing for a way to have automake to automatically show the relevant test-suite.log. The post at https://stackoverflow.com/questions/20961959 suggests that the only way to do this is to modify the test-driver script. Is that correct? There