From owner-freebsd-testing@FreeBSD.ORG Fri Jun 6 17:29:06 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A17EA19 for ; Fri, 6 Jun 2014 17:29:06 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) (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 EDCF42A63 for ; Fri, 6 Jun 2014 17:29:05 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id j5so5123442qga.14 for ; Fri, 06 Jun 2014 10:28:59 -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=Zw1A/0Qo+zbHwBaKOHyCOy9f3u6A12a/wMft3+6CJ/4=; b=Lh9d08JdRZCXRhSu0TBW28GFWDrHEgZYSbWSmegS2uS5EQt+ZhvQ+5trw5ZysRqbcE iB70Kat6TLBI+vDY8pp1ao3yeqY8dM4godtn39VcVUHR01v2RQ2cKzdG3KlEmtA6BUlq ab52hinMueyaftOAUvveeL7LxmSac8QxVeXX6kc2xGzFixRWqO2D4zR+3Y5EmAJrlGTz DvCFsl/7rI1/Sqk6KTiqkvvilcjv3uzNxyu0z9rQqlwKD07dQ3BUq8ilpdP8ctej6gkp Tcvk/py1bxeb0H8xujkFReCIiS9b96r06i2pW5WLdh+egdISOuXM7dnul/kW0xUkkS1j 3KNw== X-Gm-Message-State: ALoCoQn0glaswCmMBc/XEZLyWCi00paDDauQAE7g5SGFQXmeQCFdeF+1v8l/t367jDXd+5/89arq X-Received: by 10.140.91.161 with SMTP id z30mr10061043qgd.65.1402075739485; Fri, 06 Jun 2014 10:28:59 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Fri, 6 Jun 2014 10:28:39 -0700 (PDT) X-Originating-IP: [2620:0:1003:1021:fd73:211d:1f18:17ea] In-Reply-To: References: From: Julio Merino Date: Fri, 6 Jun 2014 13:28:39 -0400 X-Google-Sender-Auth: ACjwqUR7daknHscbxWLy8FWIMZg Message-ID: Subject: Re: Enabling MK_TESTS by default To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 17:29:06 -0000 On Fri, Jun 6, 2014 at 1:21 PM, Craig Rodrigues wrote: > On Wed, Jun 4, 2014 at 2:45 PM, Julio Merino wrote: >> Hello all, >> >> I think we are ready to enter the new world so I would like to take >> the final step and make MK_TESTS the default. > > Can you explain what is the impact of this? > What will folks doing "make buildworld", "make buildkernel", > "make release", "make universe" see after this change? /usr/tests being populated and atf being installed. > You'll probably want to send a heads-up e-mail to current@ to let > folks know it is coming. That's probably worth it.