svn commit: r316389 - stable/11/usr.sbin/pw/tests
Alan Somers
asomers at FreeBSD.org
Sun Apr 2 02:16:41 UTC 2017
Author: asomers
Date: Sun Apr 2 02:16:39 2017
New Revision: 316389
URL: https://svnweb.freebsd.org/changeset/base/316389
Log:
MFC r315041
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:
stable/11/usr.sbin/pw/tests/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/pw/tests/Makefile
==============================================================================
--- stable/11/usr.sbin/pw/tests/Makefile Sun Apr 2 02:16:01 2017 (r316388)
+++ stable/11/usr.sbin/pw/tests/Makefile Sun Apr 2 02:16:39 2017 (r316389)
@@ -5,6 +5,7 @@ PACKAGE= tests
BINDIR= ${TESTSDIR}
PROGS+= crypt
+WARNS?= 6
LIBADD+= crypt
ATF_TESTS_SH= pw_etcdir_test \
More information about the svn-src-stable-11
mailing list