bug#18929: feature: output test failures to stdout

2014-11-03 Thread Ximin Luo
Control: On 03/11/14 16:00, Nick Bowler wrote: > On 2014-11-02 20:21 +, Ximin Luo wrote: >> Please have automake automatically dump test logs to stdout for all >> tests that did not pass. > > This feature already exists, and is enabled by setting VERBOSE in the > environment. For example, >

bug#18929: feature: output test failures to stdout

2014-11-03 Thread Nick Bowler
On 2014-11-02 20:21 +, Ximin Luo wrote: > Please have automake automatically dump test logs to stdout for all > tests that did not pass. This feature already exists, and is enabled by setting VERBOSE in the environment. For example, VERBOSE=true make check Regards, -- Nick Bowler, Ellipt

bug#18929: feature: output test failures to stdout

2014-11-03 Thread Ximin Luo
Hi, Please have automake automatically dump test logs to stdout for all tests that did not pass. This is becoming more and more important, especially with public CI services like jenkins/travis that retain the stdout/stderr of a build, but not the files generated because this would take up a l