Discussion:
'make check' dumping test-suite.log on failure?
Rhys Ulerich
2013-11-08 02:57:35 UTC
Permalink
Is there some variant of 'make check' that, for the parallel test
harness, will dump the contents of the relevant test-suite.log on
failure?

I ask because, depending on the project build particulars
(non-recursive, deeply recursive, etc), running 'make check || cat
test-suite.log' isn't a one-size-fit-all solution for use in
continuous integration scripts.

- Rhys
Peter Johansson
2013-11-08 02:48:37 UTC
Permalink
Post by Rhys Ulerich
Is there some variant of 'make check' that, for the parallel test
harness, will dump the contents of the relevant test-suite.log on
failure?
Is 'make check VERBOSE=1' what you're after?

Cheers,
Peter
--
Peter Johansson
Rhys Ulerich
2013-11-08 03:11:42 UTC
Permalink
Post by Peter Johansson
Is 'make check VERBOSE=1' what you're after?
That is exactly it. Sorry to have missed this in the manual. Thank you Peter.

- Rhys

Loading...