svn commit: r315041 - head/usr.sbin/pw/tests

Alan Somers asomers at FreeBSD.org
Sat Mar 11 00:11:21 UTC 2017


Author: asomers
Date: Sat Mar 11 00:11:20 2017
New Revision: 315041
URL: https://svnweb.freebsd.org/changeset/base/315041

Log:
  Increase WARNS for pw tests
  
  ATF tests have a default WARNS of 0, unlike other usermode programs.
  
  Reviewed by:  ngie, julian
  MFC after:    3 weeks
  Sponsored by: Spectra Logic Corporation
  Differential Revision:        https://reviews.freebsd.org/D9933

Modified:
  head/usr.sbin/pw/tests/Makefile

Modified: head/usr.sbin/pw/tests/Makefile
==============================================================================
--- head/usr.sbin/pw/tests/Makefile	Sat Mar 11 00:10:40 2017	(r315040)
+++ head/usr.sbin/pw/tests/Makefile	Sat Mar 11 00:11:20 2017	(r315041)
@@ -5,6 +5,7 @@ PACKAGE=	tests
 BINDIR=		${TESTSDIR}
 
 PROGS+=		crypt
+WARNS?=		6
 LIBADD+=	crypt
 
 ATF_TESTS_SH=	pw_etcdir \


More information about the svn-src-all mailing list