Fix the test-target to, actually, succeed, when the tests
succeed... Approved by: portmgr (erwin)
This commit is contained in:
parent
5b8f62c24d
commit
82c9819848
@ -36,12 +36,13 @@ test:
|
||||
#
|
||||
# Running the vendor-provided self-tests. This may take a while
|
||||
#
|
||||
@cd ${BUILD_WRKSRC} && \
|
||||
${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${.TARGET} || \
|
||||
if ! (cd ${BUILD_WRKSRC} ; ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${.TARGET}) ; \
|
||||
then \
|
||||
${ECHO_MSG} Please, review test failures and consider \
|
||||
reporting them via \
|
||||
http://forums.oracle.com/forums/forum.jspa?forumID=273 \
|
||||
&& ${FALSE}
|
||||
http://forums.oracle.com/forums/forum.jspa?forumID=273 ; \
|
||||
${FALSE} ; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user