Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 00:02:05 +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: r315032 - head/lib/libc/tests/iconv
Message-ID:  <201703110002.v2B025Vt023866@repo.freebsd.org>

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

Log:
  Increase WARNS for iconv 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/iconv/Makefile

Modified: head/lib/libc/tests/iconv/Makefile
==============================================================================
--- head/lib/libc/tests/iconv/Makefile	Fri Mar 10 22:45:07 2017	(r315031)
+++ head/lib/libc/tests/iconv/Makefile	Sat Mar 11 00:02:05 2017	(r315032)
@@ -3,5 +3,6 @@
 TESTSDIR=	${TESTSBASE}/lib/libc/iconv
 
 ATF_TESTS_C+=	iconvctl_test
+WARNS?=		2
 
 .include <bsd.test.mk>



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