From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 17:10:29 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2511F749 for ; Tue, 10 Jun 2014 17:10:29 +0000 (UTC) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D35D32C03 for ; Tue, 10 Jun 2014 17:10:28 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id w8so2552487qac.8 for ; Tue, 10 Jun 2014 10:10:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=wfYi26Uz5iPi0TVkiUjiU97HgN1/U1XZN4MAyk9t9WM=; b=ZhbUEF3Q4QH+Z4+zxKlzFzRwvouNhizmyCfLKoUAlDkUHh09hykKWn6afi9RckAz7C ykgRtG++G+ZFV3yAVP4tKcjegXf+FZ/eLgjInRJhlp54MOncyMShRYY9w5aLiWCxsbu1 og5VypG4NXYKQcsPE9gumuHl8ijRHrvSzhTF7vrxLyhb8dDopWYTfZltXtWfA9DbK3nx deDw2tDBQzwHIAzV8622Wx7e9W7w2pWipOZGjkUhr3sh7nTIgQqlKYa0/GB58U8Xrm+U rkHOB2PQ3un9SUyyVn5xoYmiaX5flkD8XdF2kxGehJybUlr7T3/A9CxK7K6tohF82FUD trzw== X-Gm-Message-State: ALoCoQnsk7BViL6zuAq2S4XkLzTlHieG4Df9Ak/P+4oFFCtDtD78ZtodMXX1SfDzdnp2Jmwv3PFu X-Received: by 10.224.130.196 with SMTP id u4mr45082354qas.13.1402420221802; Tue, 10 Jun 2014 10:10:21 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Tue, 10 Jun 2014 10:10:01 -0700 (PDT) X-Originating-IP: [2620:0:1040:404:38eb:2980:5d82:1f3e] In-Reply-To: <20140610155426.GR1209@hub.FreeBSD.org> References: <20140607033334.GO3991@kib.kiev.ua> <20140608203645.GD33882@hub.FreeBSD.org> <20140609231506.GM3991@kib.kiev.ua> <20140609232743.GL1209@hub.FreeBSD.org> <20140610155426.GR1209@hub.FreeBSD.org> From: Julio Merino Date: Tue, 10 Jun 2014 18:10:01 +0100 X-Google-Sender-Auth: gicDTk10Gxlr-rhPX5UGLukUOd8 Message-ID: Subject: Re: Turning TESTS on by default To: Glen Barber Content-Type: text/plain; charset=UTF-8 Cc: Konstantin Belousov , Warren Block , Adrian Chadd , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 17:10:29 -0000 On Tue, Jun 10, 2014 at 4:54 PM, Glen Barber wrote: > After reviewing Julio's proposed changes, I realize that there is a way > to avoid populating /usr/tests when building the on-disc filesystem. > I think this will also apply to the WITH_DEBUG_FILES=1 case mentioned. > > It seems I cannot apply an update to another differential review (or > I am just doing it wrong), so have created a new differential here: > > https://phabric.freebsd.org/D202 Thanks for testing and for the feedback. All raised issues should now be resolved: - installworld now works again with read-only src and object trees. - The test suite is shipped as a separate tests.txz file that users can choose to not install. - Release media do not include the test suite in them.