From owner-svn-src-head@freebsd.org Mon Mar 23 20:22:29 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C55E326DF2E; Mon, 23 Mar 2020 20:22:29 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48mQm45D2Lz4TRp; Mon, 23 Mar 2020 20:22:28 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 6E2C93C0199; Mon, 23 Mar 2020 20:22:26 +0000 (UTC) Date: Mon, 23 Mar 2020 20:22:26 +0000 From: Brooks Davis To: Alexey Dokuchaev Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r359260 - in head: contrib/kyua etc/mtree lib lib/kyua lib/kyua/cli lib/kyua/drivers lib/kyua/engine lib/kyua/model lib/kyua/store lib/kyua/utils share/mk tools/build/mk usr.bin usr.bin... Message-ID: <20200323202226.GI5399@spindle.one-eyed-alien.net> References: <202003231901.02NJ1OLX063587@repo.freebsd.org> <20200323201522.GA95675@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qftxBdZWiueWNAVY" Content-Disposition: inline In-Reply-To: <20200323201522.GA95675@FreeBSD.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 48mQm45D2Lz4TRp X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-3.14 / 15.00]; NEURAL_SPAM_MEDIUM(0.16)[0.164,0]; REPLY(-4.00)[]; NEURAL_SPAM_LONG(0.70)[0.700,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2020 20:22:29 -0000 --qftxBdZWiueWNAVY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 23, 2020 at 08:15:22PM +0000, Alexey Dokuchaev wrote: > On Mon, Mar 23, 2020 at 07:01:24PM +0000, Brooks Davis wrote: > > New Revision: 359260 > > URL: https://svnweb.freebsd.org/changeset/base/359260 > >=20 > > Log: > > Import the kyua test framework. > > =20 > > Having kyua in the base system will simplify automated testing in CI > > and eliminates bootstrapping issues on new platforms. > > =20 > > The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT. >=20 > What's WITH(OUT)_TESTS_SUPPORT relationship with MK_TESTS? I often put > MK_TESTS=3Dno in /etc/make.conf on space-limited machines, do I also have > to add WITHOUT_TESTS_SUPPORT there now? Perhaps it makes sense to fold > two knobs into one? WITHOUT_TESTS set MK_TESTS_SUPPORT=3Dno unless WITH_TESTS_SUPPORT is specified (src.conf.5 documents this fairly clearly). This allows the test framework to be available without tests. -- Brooks --qftxBdZWiueWNAVY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJeeRqBAAoJEKzQXbSebgfAit8H/R/rmBxudMwo6O9fphqLFDrh iMSbeNtp6/CVxQKMaflheo0Z82Xz2SMg5fYcLMXdNXOqU9GqgdgWg9ocmw6PjrEf IbcgGiiojLXQHeH85OTnzpcXstPcfvEVrOSQiNJvVFxFoLXM4pPP3UCUJdOE+jDh FBnIRoezo/IT8enJvzkc0GTx9zhSlJjid2OeNOoF2ML+gf2EPgJIAhgHwU55jsJl yHHz4rYedRMxZs6Aw1eYE+yDXdYwZEX2PjDWd+6tLgOEyq2Csr/LZlVFHxjSlqFm KIMh9QX0WXsVPY1g5VmxEFcQ9CsJELd41vaReIaSgfuAfPG4sjU13CsBXnC58JA= =wwsd -----END PGP SIGNATURE----- --qftxBdZWiueWNAVY--