From owner-svn-ports-all@freebsd.org Thu Feb 4 09:25:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE79FA9A4DF; Thu, 4 Feb 2016 09:25:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D399D11E8; Thu, 4 Feb 2016 09:25:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id D1AAA1F55; Thu, 4 Feb 2016 09:25:26 +0000 (UTC) Date: Thu, 4 Feb 2016 09:25:26 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Cc: Kubilay Kocak , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Ruslan Mahmatkhanov Subject: Re: svn commit: r407978 - head/dns/py-py3dns Message-ID: <20160204092526.GA48211@FreeBSD.org> References: <201602032054.u13KsXim088211@repo.freebsd.org> <56B2EA50.2070205@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 09:25:27 -0000 On Thu, Feb 04, 2016 at 04:17:37PM +0800, Sunpoet Po-Chuan Hsieh wrote: > [...] > > > do-test: > > > - @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest > > > + cd ${WRKSRC}/ && ${PYTHON_CMD} -m pytest By the way, this change is bogus as well: we typically mute these recipes (c.f. configure, build, etc. targets) and do not append slash to dirnames. That said, this hunk was not just gratuitous, but also wrong. :( ./danfe