Disable the automatic tests on 4.X. They are known to fail.

Reported by:	pointyhat via kris
Approved by:	portmgr (implicit)
This commit is contained in:
Joe Marcus Clarke 2005-08-03 22:08:09 +00:00
parent 9c13098782
commit 68bf3df3eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140761

View file

@ -62,7 +62,7 @@ test:
echo "All tests succeeded. Good news."; \
fi
.if defined(PARALLEL_PACKAGE_BUILD)
.if defined(PARALLEL_PACKAGE_BUILD) && ${OSVERSION} >= 500000
post-build: test
.else
post-build: