From owner-svn-src-all@FreeBSD.ORG Sat Sep 25 15:38:02 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 800981065742; Sat, 25 Sep 2010 15:38:01 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (60.wheelsystems.com [83.12.187.60]) by mx1.freebsd.org (Postfix) with ESMTP id 24E638FC16; Sat, 25 Sep 2010 15:38:00 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 4934D45CA0; Sat, 25 Sep 2010 17:37:59 +0200 (CEST) Received: from localhost (chello089077043238.chello.pl [89.77.43.238]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id F055B456B1; Sat, 25 Sep 2010 17:37:51 +0200 (CEST) Date: Sat, 25 Sep 2010 17:37:32 +0200 From: Pawel Jakub Dawidek To: Ronald Klop Message-ID: <20100925153732.GB47356@garage.freebsd.pl> References: <201009251034.o8PAYBCI060138@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ghzN8eJ9Qlbqn3iT" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 9.0-CURRENT amd64 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.6 required=4.5 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213167 - head/tools/regression/geom_eli X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2010 15:38:02 -0000 --ghzN8eJ9Qlbqn3iT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2010 at 01:19:11PM +0200, Ronald Klop wrote: > On Sat, 25 Sep 2010 12:34:11 +0200, Pawel Jakub Dawidek = =20 > wrote: >=20 > >Author: pjd > >Date: Sat Sep 25 10:34:11 2010 > >New Revision: 213167 > >URL: http://svn.freebsd.org/changeset/base/213167 > > > >Log: > > - Use $md instead of md0, which fixes tests when md(4) device is =20 > >already > > present. > > - Correct message - we create GPT, not MBR. > > MFC after: 2 weeks > > > >Modified: > > head/tools/regression/geom_eli/resize.t > > > >Modified: head/tools/regression/geom_eli/resize.t > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > >--- head/tools/regression/geom_eli/resize.t Sat Sep 25 10:32:52 =20 > >2010 (r213166) > >+++ head/tools/regression/geom_eli/resize.t Sat Sep 25 10:34:11 =20 > >2010 (r213167) > >@@ -124,8 +124,8 @@ geli detach ${md}a.eli > > # 1g to 20m, 2g to 30m and keyfile to tmp.key, and adding -B none > > # to geli init. > >-gpart create -s GPT md0 || echo -n "not " > >-echo ok $i - "Installed an MBR on md0" > >+gpart create -s GPT $md || echo -n "not " > >+echo ok $i - "Installed an GPT on md0" > > i=3D$((i + 1)) > > gpart add -s 20m -t freebsd-ufs -i 1 $md || echo -n "not " > > echo ok $i - "Added a 20m partition in slot 1" >=20 > Hi, >=20 > You still use md0 in the message in stead of $md. Fix committed, thanks. --=20 Pawel Jakub Dawidek http://www.wheelsystems.com pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --ghzN8eJ9Qlbqn3iT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkyeFzwACgkQForvXbEpPzQvNwCgtAkZdeRphcgmBqxDtDvadsB+ 47MAoIHIUzb3BcsglwI6KBS5RXAt3JJr =df6/ -----END PGP SIGNATURE----- --ghzN8eJ9Qlbqn3iT--