svn commit: r340881 - head/lib/csu/tests
Andrew Turner
andrew at FreeBSD.org
Sat Nov 24 16:05:41 UTC 2018
Author: andrew
Date: Sat Nov 24 16:05:40 2018
New Revision: 340881
URL: https://svnweb.freebsd.org/changeset/base/340881
Log:
Disable the dynamiclib test until a failure can be debugged
Modified:
head/lib/csu/tests/Makefile
Modified: head/lib/csu/tests/Makefile
==============================================================================
--- head/lib/csu/tests/Makefile Sat Nov 24 15:24:47 2018 (r340880)
+++ head/lib/csu/tests/Makefile Sat Nov 24 16:05:40 2018 (r340881)
@@ -2,7 +2,7 @@
SUBDIR= dso
TESTS_SUBDIRS= dynamic
-TESTS_SUBDIRS+= dynamiclib
+#TESTS_SUBDIRS+= dynamiclib
TESTS_SUBDIRS+= static
.include <bsd.test.mk>
More information about the svn-src-all
mailing list