This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Do not terminate default test runs on test failure


> Apart from needing make -k being unnecessarily different from normal 
> conventions for how testsuites work, it also doesn't work for getting the 
> test summaries: if any tests (dependencies of the tests target) fail then 
> the makefile rule for the tests target (which in a subdirectory generates 
> subdir-tests.sum, and at toplevel also generates tests.sum) doesn't get 
> run.  The point of this patch is to generate a normal summary file of test 
> results at toplevel, regardless of whether individual tests passed or 
> failed - so you don't need to use -k and postprocess make output to 
> identify failures.

Yeah, that's sensible enough.  Just so long as the top-level make exits
nonzero when there were failures.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]