From owner-freebsd-testing@FreeBSD.ORG Wed Jun 4 21:52:26 2014 Return-Path: Delivered-To: freebsd-testing@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 4A416336 for ; Wed, 4 Jun 2014 21:52:26 +0000 (UTC) Received: from mail-qa0-f42.google.com (mail-qa0-f42.google.com [209.85.216.42]) (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 0D67928F9 for ; Wed, 4 Jun 2014 21:52:25 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id j5so194475qaq.1 for ; Wed, 04 Jun 2014 14:52:19 -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:from:date:message-id:subject :to:content-type; bh=R5lYeaY05xmk5hQ4yDK9Gb/nrfzKq4q65hx/Wk7joXc=; b=hql+5UkqpR/q0nUykKJHN1VKFyH4ivhp48SKTNSPvcpdlDmW8zxMwu4z7Puy0EK3sH KIyUDcSVS368Qoebk1n7grgVPGeF/0Bb1arl2vj2PnkrN1+IzHVJL/hXNB6md3Zc38XU GaVcjhWHUmxwXp22Yoge/Fmdij4WaxggZfRkbaoR3yn2EUvpq3UYotbv2lWa702XfZtu uUlWU/elAhlkTAr8wNJJSt7K0Xs45JbJ0qzEEONAQS8qFwWtVP7SKlNJyRuLr88E8vg/ cTxAowA2O8GEriE3oSgYj6VL2fuDf3mtmHyRyFL0v7wyceL4/a33T+VtZUzHogFVbRlY nEyg== X-Gm-Message-State: ALoCoQlIuRyr1V+l8gqR5XhDjA7OuTNq0ksJuXXO5l462HH8NYxtkpNkoQIqPRxT6MWypZdcLtcW X-Received: by 10.140.81.146 with SMTP id f18mr74561096qgd.47.1401918331474; Wed, 04 Jun 2014 14:45:31 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Wed, 4 Jun 2014 14:45:11 -0700 (PDT) X-Originating-IP: [2620:0:1003:1007:fd71:fc40:b23e:91dc] From: Julio Merino Date: Wed, 4 Jun 2014 17:45:11 -0400 X-Google-Sender-Auth: o7Am3v5pcZlVF0jftQ8qZGDVZ38 Message-ID: Subject: Enabling MK_TESTS by default To: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Wed, 04 Jun 2014 21:52:26 -0000 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. But before that, I would like to commit https://phabric.freebsd.org/D174 . I think the change is safe for current (even though there is the unfortunate need of an entry in UPDATING). The impact on stable/10 will be evaluated later along with the move of the libraries to private (which I thought I had done but hadn't). Feel free to rubber-stamp that diff. So, unless I hear otherwise: - Tomorrow I will submit D174 referenced above. - Flip MK_TESTS locally and run make tinderbox ad nauseam to ensure things work. - On Sunday or thereabouts commit the MK_TESTS setting to yes by default. Cheers