This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Partial test suite run builds corrupt test-in-container testroot
- From: DJ Delorie <dj at redhat dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 10 Jul 2019 12:33:56 -0400
- Subject: Re: Partial test suite run builds corrupt test-in-container testroot
Florian Weimer <fweimer@redhat.com> writes:
> You need to build the tree first before running the test suite subset.
> For example:
>
> make -j8
> make -j8 check subdirs=libio
Yup, as I said:
>> I did a "make" followed by "make libio/tests" and compared with a "make;
>> make check" and they produced identical testroots (including iconvconfig).