Re: [apparmor] [patch] print test filenames in 'make check' and 'make coverage'

2016-01-25 Thread Steve Beattie
Hey Christian, On Sun, Jan 24, 2016 at 10:54:35PM +0100, Christian Boltz wrote: > $subject. > > This makes it easier to find the file that contains a failing test. Yes, I'd been carrying a similar patch (which does "printf '\n=== %s ===\n\n' $(test) &&" rather than "echo === $test === ;" to

[apparmor] [patch] print test filenames in 'make check' and 'make coverage'

2016-01-24 Thread Christian Boltz
Hello, $subject. This makes it easier to find the file that contains a failing test. I propose this patch for trunk and 2.10. [ 65-utils-test-Makefile-print-test-name.diff ] === modified file 'utils/test/Makefile' --- utils/test/Makefile 2015-11-18 12:44:45 + +++ utils/test/Makefile