From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62420 invoked by alias); 10 Jul 2019 16:35:11 -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 62412 invoked by uid 89); 10 Jul 2019 16:35:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:xnwogpq, H*f:sk:xnwogpq X-HELO: mx1.redhat.com From: Florian Weimer To: DJ Delorie Cc: libc-alpha@sourceware.org Subject: Re: Partial test suite run builds corrupt test-in-container testroot References: Date: Wed, 10 Jul 2019 16:35:00 -0000 In-Reply-To: (DJ Delorie's message of "Wed, 10 Jul 2019 12:33:56 -0400") Message-ID: <87lfx57sqs.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-07/txt/msg00229.txt.bz2 * DJ Delorie: > 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). Huh. What's your make version? Thanks, Florian