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.
This commit is contained in:
Craig Rodrigues 2015-11-18 13:19:34 +00:00
parent c61fdcb93c
commit fa3d9adad2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291015

View file

@ -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>