- Switch to new test framework and make test meaningful by not ignoring the failure

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-05-13 14:27:29 +00:00
parent a61b0bcf83
commit 53ca9d5706
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501569
2 changed files with 2 additions and 2 deletions

View File

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

View File

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