Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 00:03:41 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315033 - head/lib/libc/tests/nss
Message-ID:  <201703110003.v2B03fCx023972@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Sat Mar 11 00:03:41 2017
New Revision: 315033
URL: https://svnweb.freebsd.org/changeset/base/315033

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

Modified:
  head/lib/libc/tests/nss/Makefile

Modified: head/lib/libc/tests/nss/Makefile
==============================================================================
--- head/lib/libc/tests/nss/Makefile	Sat Mar 11 00:02:05 2017	(r315032)
+++ head/lib/libc/tests/nss/Makefile	Sat Mar 11 00:03:41 2017	(r315033)
@@ -10,6 +10,7 @@ BINDIR=		${TESTSDIR}
 
 ${PACKAGE}FILES+=	mach
 
+WARNS?=		1
 CFLAGS+=	-I${SRCTOP}/tests
 
 ATF_TESTS_C+=	getaddrinfo_test



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703110003.v2B03fCx023972>