mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
Fix the test-target to, actually, succeed, when the tests
succeed... Approved by: portmgr (erwin)
This commit is contained in:
parent
5b8f62c24d
commit
82c9819848
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175432
1 changed files with 5 additions and 4 deletions
|
@ -36,12 +36,13 @@ test:
|
||||||
#
|
#
|
||||||
# Running the vendor-provided self-tests. This may take a while
|
# Running the vendor-provided self-tests. This may take a while
|
||||||
#
|
#
|
||||||
@cd ${BUILD_WRKSRC} && \
|
if ! (cd ${BUILD_WRKSRC} ; ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${.TARGET}) ; \
|
||||||
${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${.TARGET} || \
|
then \
|
||||||
${ECHO_MSG} Please, review test failures and consider \
|
${ECHO_MSG} Please, review test failures and consider \
|
||||||
reporting them via \
|
reporting them via \
|
||||||
http://forums.oracle.com/forums/forum.jspa?forumID=273 \
|
http://forums.oracle.com/forums/forum.jspa?forumID=273 ; \
|
||||||
&& ${FALSE}
|
${FALSE} ; \
|
||||||
|
fi
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue