Fix the test-target to, actually, succeed, when the tests

succeed...

Approved by:	portmgr (erwin)
This commit is contained in:
Mikhail Teterin 2006-10-20 12:49:45 +00:00
parent 5b8f62c24d
commit 82c9819848
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175432

View file

@ -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>