From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68685 invoked by alias); 9 Jul 2019 21:02:53 -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 68677 invoked by uid 89); 9 Jul 2019 21:02:52 -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*f:sk:xn8st6r, H*i:sk:xn8st6r, HX-Languages-Length:505 X-HELO: mx1.redhat.com From: Florian Weimer To: DJ Delorie Cc: libc-alpha@sourceware.org Subject: Re: [PATCH] test-in-container: Install locales into the test container References: Date: Tue, 09 Jul 2019 21:02:00 -0000 In-Reply-To: (DJ Delorie's message of "Tue, 09 Jul 2019 16:58:57 -0400") Message-ID: <87o922dipz.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/msg00200.txt.bz2 * DJ Delorie: > Florian Weimer writes: >> The problem is that the delay also applies to partial runs of the test >> suite: > > The first time, or each other time? The first time. It's still bad in some cases (depending on what I'm working). >> $ time make -j8 subdirs=resolv check > > This does (should :) create the pristine testroot, but only once. Yes, and its contents stays incomplete. Thanks, Florian