mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Make regression-test target depend on build and always use "test", when invoking tests.
This commit is contained in:
parent
9530e77100
commit
bec4e3417d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386169
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue