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


On Mon, 31 Mar 2014, Andreas Schwab wrote:

> "Joseph S. Myers" <joseph@codesourcery.com> writes:
> 
> > At the end of the test run, any FAIL or ERROR lines from tests.sum are
> > printed
> 
> Are they?  I don't see that here.

I've certainly seem them printed.  That's what

        @grep '^ERROR:' $(objpfx)tests.sum || true
        @grep '^FAIL:' $(objpfx)tests.sum || true

does.

-- 
Joseph S. Myers
joseph@codesourcery.com


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