From owner-svn-src-head@freebsd.org Wed Mar 8 05:14:10 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E627D018EC; Wed, 8 Mar 2017 05:14:10 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 367631623; Wed, 8 Mar 2017 05:14:09 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id lTvFcapc3C3JIlTvGcc9xB; Tue, 07 Mar 2017 22:14:03 -0700 X-Authority-Analysis: v=2.2 cv=XbT59Mx5 c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=6Iz7jQTuP9IA:10 a=XldT38RWNwACPDQzwzUA:9 a=6I5d2MoRAAAA:8 a=QTuChHmbxRvSGdgkK_MA:9 a=CjuIK1q_8ugA:10 a=UyDSuhyHOTTw2NyH-OEA:9 a=UsTo7FZ4WOgA:10 a=hquHOILUSkIA:10 a=YxBL1-UpAAAA:8 a=ics_IjAVWSmO8OVX31YA:9 a=BOg4e644cxQA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id B03088E6; Tue, 7 Mar 2017 21:14:00 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v285Dxeg064469; Tue, 7 Mar 2017 21:13:59 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201703080513.v285Dxeg064469@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Shawn Webb cc: Bryan Drewery , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r314886 - in head: bin/pwait bin/pwait/tests etc/mtree targets/pseudo/tests In-Reply-To: Message from Shawn Webb of "Tue, 07 Mar 2017 21:21:53 -0500." <20170308022153.23vinvgmixu6vnvh@mutt-hbsd> Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_1488949996_970440" Date: Tue, 07 Mar 2017 21:13:59 -0800 X-CMAE-Envelope: MS4wfJUPGTYLzjX70wv/xYgNOrjUA43ZqVu0C4heokMq5TWN/VD2yWRwQ+xGH7zHrlKwITyBvod/qCjMsfbWdh9dsg8QyRvcXnARFplmkGQkq0KmU7N4ZGFE chqOiWu5vOnNrn2FgLgIAiAkLUM6MGK4iKP+TcSy1Bdoe1NK0sMq+UC5n8PB5B2gpYyHd72tcehozpsMLklRl05ElHdbZ7QIhJ8DDS/czNwssiNxNAImZ07L xPIG8CC3lkce+/x+7g7kI9F1Lx6pLXRwG5r7ZLRI/w/3ReaUxeSeUqmHsnmVub47l0FmNiTWdxp26X4+mrDwfks8c7pr52sWs+iwZZdyS60= X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 08 Mar 2017 05:14:10 -0000 This is a multipart MIME message. --==_Exmh_1488949996_970440 Content-Type: text/plain; charset=us-ascii In message <20170308022153.23vinvgmixu6vnvh@mutt-hbsd>, Shawn Webb writes: > On Tue, Mar 07, 2017 at 10:16:56PM +0000, Bryan Drewery wrote: > > Author: bdrewery > > Date: Tue Mar 7 22:16:55 2017 > > New Revision: 314886 > > URL: https://svnweb.freebsd.org/changeset/base/314886 > >=20 > > Log: > > pwait: Add a -t flag to specify a timeout before exiting, and tests. > > =20 > > The exit status will be 124, as the timeout(1) utility uses. > > =20 > > Reviewed by: jilles > > MFC after: 2 weeks > > Differential Revision: https://reviews.freebsd.org/D9697 > >=20 > > Added: > > head/bin/pwait/tests/ > > head/bin/pwait/tests/Makefile (contents, props changed) > > head/bin/pwait/tests/Makefile.depend (contents, props changed) > > head/bin/pwait/tests/pwait.sh (contents, props changed) > > Modified: > > head/bin/pwait/Makefile > > head/bin/pwait/pwait.1 > > head/bin/pwait/pwait.c > > head/etc/mtree/BSD.tests.dist > > head/targets/pseudo/tests/Makefile.depend > > This commit broke installworld: > > install: /builds/updater/chroot/usr/tests/bin/pwait/pwait: No such file or = > directory Hi Shawn, The attached patch should fix it. --==_Exmh_1488949996_970440 Content-Type: text/plain ; name="mtree-tests.diff"; charset=us-ascii Content-Description: mtree-tests.diff Content-Disposition: attachment; filename="mtree-tests.diff" Index: etc/mtree/BSD.tests.dist =================================================================== --- etc/mtree/BSD.tests.dist (revision 314891) +++ etc/mtree/BSD.tests.dist (working copy) @@ -22,6 +22,8 @@ .. pkill .. + pwait + .. sh builtins .. @@ -640,8 +642,6 @@ .. printf .. - pwait - .. sdiff .. sed --==_Exmh_1488949996_970440 Content-Type: text/plain; charset=us-ascii Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. --==_Exmh_1488949996_970440--