diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-03 01:41:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-03 01:41:52 +0000 |
commit | a54e0ee9b6aa3a790d9d7d0aa98a0af15189df48 (patch) | |
tree | 43e3f6cf2d13b89cc1e99ef843f6aa233d1078de /devel | |
parent | 62bb9885539cae13f9ac637f05b255aba57ea25b (diff) |
Disable the automatic tests until we can figure out why they are hanging
on pointyhat.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=140743
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nspr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 18eb7367b345..5ecac8f89f7f 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -56,14 +56,14 @@ libtests: test: libtests prtests -.if defined(PARALLEL_PACKAGE_BUILD) -post-build: test -.else +#.if defined(PARALLEL_PACKAGE_BUILD) +#post-build: test +#.else post-build: # # Please, consider running ``make test'' to find any # possible build problems. # -.endif +#.endif .include <bsd.port.mk> |