From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60378 invoked by alias); 10 Jul 2019 16:34:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 60360 invoked by uid 89); 10 Jul 2019 16:34:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:418, H*i:sk:877e8qc X-HELO: mx1.redhat.com From: DJ Delorie To: Florian Weimer Cc: libc-alpha@sourceware.org Subject: Re: Partial test suite run builds corrupt test-in-container testroot In-Reply-To: <877e8qcuak.fsf@oldenburg2.str.redhat.com> (message from Florian Weimer on Wed, 10 Jul 2019 07:50:27 +0200) Date: Wed, 10 Jul 2019 16:34:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-07/txt/msg00228.txt.bz2 Florian Weimer 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).