Date: Sat, 25 Sep 2010 17:37:32 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Ronald Klop <ronald-freebsd8@klop.yi.org> 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 Message-ID: <20100925153732.GB47356@garage.freebsd.pl> In-Reply-To: <op.vjk5p9rr8527sy@212-123-145-58.ip.telfort.nl> References: <201009251034.o8PAYBCI060138@svn.freebsd.org> <op.vjk5p9rr8527sy@212-123-145-58.ip.telfort.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <pjd@freebsd.org>= =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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100925153732.GB47356>