Skip to content

Commit

Permalink
Temporarily comment out the libcrypt tests.
Browse files Browse the repository at this point in the history
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:
  freebsd/kyua#148
or something similar.


git-svn-id: svn+ssh://svn.freebsd.org/base/head@291015 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
rodrigc committed Nov 18, 2015
1 parent d5cd0c9 commit 83352cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 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>

0 comments on commit 83352cb

Please sign in to comment.