From owner-svn-ports-head@freebsd.org Sun Jul 1 10:32:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4180FF0648; Sun, 1 Jul 2018 10:32:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B1788A262; Sun, 1 Jul 2018 10:32:02 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 3D79E20CA5; Sun, 1 Jul 2018 06:31:56 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute4.internal (MEProxy); Sun, 01 Jul 2018 06:31:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=LVdCgH C47an9x9Rv6HZTrqi3192HdSDntycWkofGkJM=; b=Jb6bNt95ran6JOnpfFWlx0 dS8cMG399H4s91/e1WogFw/z4fVwFclwT2E26nradh3TjWZgkqQKMmWNyUvPBgTV n3aw7s/kkZqINe2TA+9A4ylUroj0xZBt71Sw1rNRnRS0yqgJx7ty+/YsLpXt+aZx hMP/HH2kLXLbnrriN4NpiHWQS0qK+49q4V/DjLfwVmFv2NjhettnaqMo/ufxA71t Rrfo0uj1Rfu9rK/eAnSD7XTSQNfgKwQp0NK3zm+p4DoXBHppo95PSXQk50wVyAhx yYth9eWJP9409hn5DOlTGHCiXQA57ZIWjWwvoF5q9rAGMhwj812ego2jl0sj8sDQ == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id E472794117; Sun, 1 Jul 2018 06:31:55 -0400 (EDT) Message-Id: <1530441115.4145735.1426227608.0CAEA56A@webmail.messagingengine.com> From: Tobias Kortkamp To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-0d8ea36c Date: Sun, 01 Jul 2018 12:31:55 +0200 References: <201807010648.w616mNh8078619@repo.freebsd.org> <20180701102401.qf5d6lrn626424f5@atuin.in.mat.cc> In-Reply-To: <20180701102401.qf5d6lrn626424f5@atuin.in.mat.cc> Subject: Re: svn commit: r473654 - head/lang/myrddin X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2018 10:32:02 -0000 On Sun, Jul 1, 2018, at 12:24, Mathieu Arnold wrote: > On Sun, Jul 01, 2018 at 06:48:23AM +0000, Tobias Kortkamp wrote: > > - Always run the test suite after the build > > Why? To ease QA and because Poudriere testport does not support running the test suite on its own.