Disable the tests temporarily until I figure out how to handle bash(1)

dependency properly.

Reported by:	antoine, kib
This commit is contained in:
Alexey Dokuchaev 2019-11-07 14:01:52 +00:00
parent 3c2cf8de0d
commit b94465d766
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516973

View file

@ -25,12 +25,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
CPE_VENDOR= gnu
TEST_TARGET= check
#TEST_TARGET= check
PLIST_FILES= bin/gpatch man/man1/gpatch.1.gz
post-patch:
${REINPLACE_CMD} -e '/^SHELL =/s,@SHELL@,bash,' \
@${REINPLACE_CMD} -e '/^_SHELL =/s,@SHELL@,bash,' \
${WRKSRC}/tests/Makefile.in
.include <bsd.port.mk>