- Skip the overzealous t.lock3 test that is very delicate WRT timing, I/O and

such, and broke on pointyhat and often breaks on user systems, too
- Skip t.valgrind, which is pretty environment-dependent

PR:		ports/81929
Submitted by:	maintainer
This commit is contained in:
Jean-Yves Lefort 2005-06-08 12:21:20 +00:00
parent 4fa7e5a3a0
commit 9f4ba36d8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137048

View File

@ -24,4 +24,8 @@ DESCR= ${PKGDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../bogofilter
pre-configure:
${REINPLACE_CMD} 's/^INTEGRITY_TESTS.*/INTEGRITY_TESTS=t.lock1/' \
${WRKSRC}/src/tests/Makefile.in
.include "${MASTERDIR}/Makefile"