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> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"