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:
parent
9c13098782
commit
68bf3df3eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140761
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue