aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2015-11-18 13:19:34 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2015-11-18 13:19:34 +0000
commitfa3d9adad2151cf92da935a66bf4258b831b44b3 (patch)
treec23bebf58a8aaf311a35483e2874e58604440108 /lib
parentc61fdcb93c4a570a1922d6fcf8a6a4b56b6dbc94 (diff)
downloadsrc-fa3d9adad2151cf92da935a66bf4258b831b44b3.tar.gz
src-fa3d9adad2151cf92da935a66bf4258b831b44b3.zip
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.
Notes
Notes: svn path=/head/; revision=291015
Diffstat (limited to 'lib')
-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 15798b215d17..7be335f0801c 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>