- Switch to new test framework and make test meaningful by not ignoring the failure
Approved by: portmgr blanket
This commit is contained in:
parent
a61b0bcf83
commit
53ca9d5706
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501569
@ -29,7 +29,7 @@ do-configure:
|
||||
post-build:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/jxrlib
|
||||
|
||||
regression-test test check: build
|
||||
do-test:
|
||||
${SETENV} WRKSRC="${WRKSRC}" ${SH} -x ${FILESDIR}/test.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -22,5 +22,5 @@ then
|
||||
exit 0
|
||||
else
|
||||
echo Result is not the same as input, may be a problem
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user