From owner-svn-src-head@FreeBSD.ORG Wed Jul 9 01:28:25 2014 Return-Path: Delivered-To: svn-src-head@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 9EC9BD8C for ; Wed, 9 Jul 2014 01:28:25 +0000 (UTC) Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) (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 5E3992CFE for ; Wed, 9 Jul 2014 01:28:25 +0000 (UTC) Received: by mail-qg0-f52.google.com with SMTP id f51so5670235qge.25 for ; Tue, 08 Jul 2014 18:28:18 -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=E9m+qBImxgogRzaA6z7YZKIjlooVbbj7GX8Lwrs6OHQ=; b=FbOGJXlFK7xP3olntwGer9uRLVbDmny0EKQw9bC564bOSnWhTgSt1tbQnJyPFHSPZw BcV6bDQDUxcnzYSlwuBqO8nlYm519cX3w0D4ZZ1WkQ3WPC155mQc1p9d7oC0xq8iNXy7 GqVsUKbkLTKzwjA42PRl0PpRnHBghgF6KPjU3WN4V1CykJ+u7zR/kNLLA6A9eORNPVhk mgFTNGikVgjT62PzqHlfsddxMCIclLyR+pLwYElWKNMFOi/vv0rnkCp6awUDhPyJgnki ZeOQbHqVw5L1fJWTv+bQ9VSosMqT6lZ7QdlPuGpeZL6xA0jG2HJmJdB5ArU+H/zeKDny jtRg== X-Gm-Message-State: ALoCoQlDgbSMKQ9fX4IvSby4ONFiP+8CqjP1zv6tWWn3njej85JrLheLXnlb/FdGOQ+0E564vl2t X-Received: by 10.224.135.2 with SMTP id l2mr66933022qat.37.1404867804911; Tue, 08 Jul 2014 18:03:24 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Tue, 8 Jul 2014 18:03:04 -0700 (PDT) X-Originating-IP: [184.153.117.174] In-Reply-To: <20140613002017.GP1248@hub.FreeBSD.org> References: <201406121854.s5CIsrmq000136@svn.freebsd.org> <20140612235647.GO1248@hub.FreeBSD.org> <20140613002017.GP1248@hub.FreeBSD.org> From: Julio Merino Date: Tue, 8 Jul 2014 21:03:04 -0400 X-Google-Sender-Auth: x_XD8ky2PxDkMUHjPmd-uvXe03A Message-ID: Subject: Re: svn commit: r267424 - in head: share/mk tools/build/options To: Glen Barber Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 01:28:25 -0000 On Thu, Jun 12, 2014 at 8:20 PM, Glen Barber wrote: > On Thu, Jun 12, 2014 at 07:56:47PM -0400, Glen Barber wrote: >> On Thu, Jun 12, 2014 at 06:54:53PM +0000, Julio Merino wrote: >> > Author: jmmv >> > Date: Thu Jun 12 18:54:52 2014 >> > New Revision: 267424 >> > URL: http://svnweb.freebsd.org/changeset/base/267424 >> > >> > Log: >> > Enable MK_TESTS by default. >> > >> > This was never intended to be off by default but was done this way >> > because the initial patches broke the build. Things seem stable now >> > (have been so for a while too) and "make tinderbox" is clean so let's >> > try again. >> > >> > Announced in freebsd-current; all reported shortcomings have been >> > addressed. >> > >> >> Unless you do it in the next 5 minutes, I will revert this to shut up >> the tinderbox mail. >> > > Sorry, had to revert this. The tinderbox is unhappy. Where can I find any details about what failed?