Date: Tue, 12 May 2015 19:06:24 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386169 - head/java/berkeley-db Message-ID: <201505121906.t4CJ6OJd034564@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Tue May 12 19:06:23 2015 New Revision: 386169 URL: https://svnweb.freebsd.org/changeset/ports/386169 Log: Make regression-test target depend on build and always use "test", when invoking tests. Modified: head/java/berkeley-db/Makefile Modified: head/java/berkeley-db/Makefile ============================================================================== --- head/java/berkeley-db/Makefile Tue May 12 19:03:30 2015 (r386168) +++ head/java/berkeley-db/Makefile Tue May 12 19:06:23 2015 (r386169) @@ -26,11 +26,11 @@ PLIST_FILES= %%JAVAJARDIR%%/je.jar PORTDOCS= * PORTEXAMPLES= * -regression-test check test: +regression-test check test: build # # Running the vendor-provided self-tests. This may take a while # - if ! (cd ${BUILD_WRKSRC} ; ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${.TARGET}) ; \ + if ! (cd ${BUILD_WRKSRC} ; ${MAKE_ENV} ${ANT} ${MAKE_ARGS} test) ; \ then \ ${ECHO_MSG} Please, review test failures and consider \ reporting them via \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505121906.t4CJ6OJd034564>