Ken Moffat wrote:
FAIL: posix/tst-getaddrinfo4 Summary of test results: 1 FAIL 1721 PASS 121 XFAIL 3 XPASS Makefile:321: recipe for target 'tests' failed make[1]: *** [tests] Error 1 make[1]: Target 'check' not remade because of errors. make[1]: Leaving directory '/building/glibc-2.20' Makefile:9: recipe for target 'check' failed make: *** [check] Error 2 ~ And that is a lot easier to understand than how things used to be. But for me, it means that the follwing instructions, which used to be very helpful, now actually make things harder to understand: make check 2>&1 | tee glibc-check-log grep Error glibc-check-log I save glibc-check-log separately, and it contains only the following: make[1]: *** [tests] Error 1 make: *** [check] Error 2 Logging the tests is probably good, but I think we should drop the grep because it no longer useful (it doesn't say which test(s) failed).
Good point. We can do that. -- Bruce -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page