From owner-freebsd-current@FreeBSD.ORG Sun Jun 8 20:33:32 2014 Return-Path: Delivered-To: freebsd-current@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 5A0B7DA6; Sun, 8 Jun 2014 20:33:32 +0000 (UTC) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (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 0807226A4; Sun, 8 Jun 2014 20:33:31 +0000 (UTC) Received: by mail-qg0-f49.google.com with SMTP id a108so7926379qge.8 for ; Sun, 08 Jun 2014 13:33:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4RreKiwTXtGjvuH0wwCe6Fw4U28uMDsVFRFYIt2lj78=; b=Yq/X3nn6jfVZ/sGZIIkzEcFFEbeA4d5Mp8yllLXR+HOZi/yQ5K94Fr0aYfnL+u9+XU Lo8y6wdyBl/AylzTHWe6ntq6UuCVjusPKel55aBx0rxhyD2Kz2a/znE6DyE5Q/inFd0P LQpAG1+PLnLC+mfPMqRJ+YM2Hedk8fi1Usl3x9rTKL0AOQrnzmQm4EQGefdndEALAHom L3TO/ZIsywThzKG8V2RGvKrtITrWtwzWkzVZvDrJX223FQa+14pnbZ6i4c8aFQCffE/d rUhHqFBtmlRqoAa4fF9Lq2BufMrtUeIOW8DPIFZt6HbfNSi4z4s7r238OeEWC4CctsPg Pajw== MIME-Version: 1.0 X-Received: by 10.140.22.42 with SMTP id 39mr26462712qgm.63.1402259611147; Sun, 08 Jun 2014 13:33:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.43.134 with HTTP; Sun, 8 Jun 2014 13:33:31 -0700 (PDT) In-Reply-To: References: <20140607033334.GO3991@kib.kiev.ua> Date: Sun, 8 Jun 2014 13:33:31 -0700 X-Google-Sender-Auth: 25xMUcVT-IEW5_fNGIP7NVB-Oyo Message-ID: Subject: Re: Turning TESTS on by default From: Adrian Chadd To: Julio Merino Content-Type: text/plain; charset=UTF-8 Cc: Warren Block , Konstantin Belousov , 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: Sun, 08 Jun 2014 20:33:32 -0000 On 8 June 2014 11:52, Julio Merino wrote: > On Sun, Jun 8, 2014 at 1:50 PM, Warren Block wrote: >> How much of an impact does the test suite have in terms of disk space >> (probably not much) > > It clocks at 11MB now on amd64. > >> and buildworld time (possibly not much, either)? > > Haven't measured. Note, though, that the majority of the existing > tests are shell-scripts so they do not take any build time. We can easily just package it up as a tests distfile, rather than including it in base. Now, as for how much bloat it adds to the CD images... -a