summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-11-18 13:19:34 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-11-18 13:19:34 +0000
commite9f56ea6e729d21dd6c4b73100ba14f792ea4189 (patch)
treec23bebf58a8aaf311a35483e2874e58604440108
parenta765e77195aeee21815f1f906ff1ae4e0324b89f (diff)
downloadFreeBSD-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/Makefile14
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>
OpenPOWER on IntegriCloud