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
This commit is contained in:
parent
365847347b
commit
45e17566f9
@ -5,6 +5,7 @@ PACKAGE= tests
|
||||
BINDIR= ${TESTSDIR}
|
||||
|
||||
PROGS+= crypt
|
||||
WARNS?= 6
|
||||
LIBADD+= crypt
|
||||
|
||||
ATF_TESTS_SH= pw_etcdir \
|
||||
|
Loading…
Reference in New Issue
Block a user