svn commit: r290902 - user/ngie/more-tests2/tests/sys

Garrett Cooper ngie at FreeBSD.org
Mon Nov 16 02:27:39 UTC 2015


Author: ngie
Date: Mon Nov 16 02:27:38 2015
New Revision: 290902
URL: https://svnweb.freebsd.org/changeset/base/290902

Log:
  Enable pjdfstest in the FreeBSD test suite by default to get some
  coverage on the root file system
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  user/ngie/more-tests2/tests/sys/Makefile

Modified: user/ngie/more-tests2/tests/sys/Makefile
==============================================================================
--- user/ngie/more-tests2/tests/sys/Makefile	Mon Nov 16 02:00:12 2015	(r290901)
+++ user/ngie/more-tests2/tests/sys/Makefile	Mon Nov 16 02:27:38 2015	(r290902)
@@ -13,13 +13,11 @@ TESTS_SUBDIRS+=		kqueue
 TESTS_SUBDIRS+=		mqueue
 TESTS_SUBDIRS+=		netinet
 TESTS_SUBDIRS+=		opencrypto
+TESTS_SUBDIRS+=		pjdfstest
 TESTS_SUBDIRS+=		posixshm
 TESTS_SUBDIRS+=		vfs
 TESTS_SUBDIRS+=		vm
 
-# Items not integrated into kyua runs by default
-SUBDIR+=		pjdfstest
-
 SUBDIR_PARALLEL=
 
 .include <bsd.test.mk>


More information about the svn-src-user mailing list