Re: [PATCH v2] test: report summary even when aborting

2019-05-31 Thread David Bremner
Daniel Kahn Gillmor writes: > In certain cases of test suite failure, the summary report was not > being printed. In particular, any failure on the parallel test suite, > and any aborted test in the serialized test suite would end up hiding > the summary. pushed to master __

Re: [PATCH v2] test: report summary even when aborting

2019-05-26 Thread David Bremner
Daniel Kahn Gillmor writes: > In certain cases of test suite failure, the summary report was not > being printed. In particular, any failure on the parallel test suite, > and any aborted test in the serialized test suite would end up hiding > the summary. > pushed to master, d

Re: [PATCH v2] test: report summary even when aborting

2019-05-26 Thread Tomi Ollila
On Sun, May 26 2019, Daniel Kahn Gillmor wrote: > In certain cases of test suite failure, the summary report was not > being printed. In particular, any failure on the parallel test suite, > and any aborted test in the serialized test suite would end up hiding > the summary. > > It's better to al

[PATCH v2] test: report summary even when aborting

2019-05-26 Thread Daniel Kahn Gillmor
In certain cases of test suite failure, the summary report was not being printed. In particular, any failure on the parallel test suite, and any aborted test in the serialized test suite would end up hiding the summary. It's better to always show the summary where we can (while preserving the ret