From owner-svn-ports-all@freebsd.org Fri May 29 13:32:53 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC4623395F4; Fri, 29 May 2020 13:32:53 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from sprint-2.amdmi3.ru (sprint-2.amdmi3.ru [IPv6:2a0a:2b41:94:cb5e::]) by mx1.freebsd.org (Postfix) with ESMTP id 49YQVY3qYkz3W1B; Fri, 29 May 2020 13:32:52 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [127.0.0.1]) by sprint-2.amdmi3.ru (Postfix) with SMTP id 501DD3D4421; Fri, 29 May 2020 16:32:45 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1000 amdmi3@amdmi3.ru; Fri, 29 May 2020 16:32:45 +0300 (MSK) Date: Fri, 29 May 2020 16:30:00 +0300 From: Dmitry Marakasov To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r536966 - in head/devel/pire: . files Message-ID: <20200529133000.GG77188@hades.panopticon> References: <202005291119.04TBJHqs095439@repo.freebsd.org> <20200529122648.upqr6etlxnivz64d@aching.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200529122648.upqr6etlxnivz64d@aching.in.mat.cc> X-Rspamd-Queue-Id: 49YQVY3qYkz3W1B X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35278, ipnet:2a0a:2b41::/32, country:RU] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Fri, 29 May 2020 13:32:53 -0000 * Mathieu Arnold (mat@freebsd.org) wrote: > > TEST_TARGET= check > > + > > +post-install: > > + cd ${WRKSRC} && make check > > Mmmm, make check is either a test, or something that must run after > install? But cannot be both. If it is like it seems to be, a test, > then it must not be forced on the users like this. Oops, thanks for noticing. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3