Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 09:25:26 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
Cc:        Kubilay Kocak <koobs@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Ruslan Mahmatkhanov <rm@freebsd.org>
Subject:   Re: svn commit: r407978 - head/dns/py-py3dns
Message-ID:  <20160204092526.GA48211@FreeBSD.org>
In-Reply-To: <CAMHz58Q9Ae31Q8-br1dKTcf8qQEma0fyMBhfTdMouDDiunsabA@mail.gmail.com>
References:  <201602032054.u13KsXim088211@repo.freebsd.org> <56B2EA50.2070205@FreeBSD.org> <CAMHz58Q9Ae31Q8-br1dKTcf8qQEma0fyMBhfTdMouDDiunsabA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160204092526.GA48211>