mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
- Fix regression-test: TEST_ARGS and TEST_ENV should be overwritable
This commit is contained in:
parent
96a15b42d0
commit
06278b0580
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391467
@ -297,8 +297,8 @@ fix-perl-things:
|
||||
@${RMDIR} -p ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH} 2>/dev/null || :
|
||||
|
||||
.if !target(regression-test)
|
||||
TEST_ARGS+= ${MAKE_ARGS}
|
||||
TEST_ENV+= ${MAKE_ENV}
|
||||
TEST_ARGS?= ${MAKE_ARGS}
|
||||
TEST_ENV?= ${MAKE_ENV}
|
||||
TEST_TARGET?= test
|
||||
TEST_WRKSRC?= ${BUILD_WRKSRC}
|
||||
.if !target(test)
|
||||
|
Loading…
Reference in New Issue
Block a user