diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2015-11-18 13:19:34 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2015-11-18 13:19:34 +0000 |
commit | e9f56ea6e729d21dd6c4b73100ba14f792ea4189 (patch) | |
tree | c23bebf58a8aaf311a35483e2874e58604440108 | |
parent | a765e77195aeee21815f1f906ff1ae4e0324b89f (diff) | |
download | FreeBSD-src-e9f56ea6e729d21dd6c4b73100ba14f792ea4189.zip FreeBSD-src-e9f56ea6e729d21dd6c4b73100ba14f792ea4189.tar.gz |
Temporarily comment out the libcrypt tests.
They are emitting characters which are triggering
a kyua bug which causes kyua to emit invalid XML.
This invalid XML is causing false failures in Jenkins.
On a separate note, kyua needs to be fixed with this:
https://github.com/jmmv/kyua/pull/148
or something similar.
-rw-r--r-- | lib/libcrypt/tests/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile index 15798b2..7be335f 100644 --- a/lib/libcrypt/tests/Makefile +++ b/lib/libcrypt/tests/Makefile @@ -1,12 +1,12 @@ # $FreeBSD$ -ATF_TESTS_C+= crypt_tests - -NETBSD_ATF_TESTS_C+= crypt_test - -CFLAGS+= -I${.CURDIR:H} -LIBADD= crypt - +#ATF_TESTS_C+= crypt_tests +# +#NETBSD_ATF_TESTS_C+= crypt_test +# +#CFLAGS+= -I${.CURDIR:H} +#LIBADD= crypt +# .include <netbsd-tests.test.mk> .include <bsd.test.mk> |