From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHrQq-0002z5-8b for qemu-devel@nongnu.org; Tue, 28 Jun 2016 07:43:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHrQo-00086g-BD for qemu-devel@nongnu.org; Tue, 28 Jun 2016 07:43:55 -0400 Date: Tue, 28 Jun 2016 07:43:37 -0400 (EDT) From: Paolo Bonzini Message-ID: <1065775744.2615831.1467114217903.JavaMail.zimbra@redhat.com> In-Reply-To: References: <1467045813-18144-1-git-send-email-clg@kaod.org> <1467045813-18144-6-git-send-email-clg@kaod.org> <6276f949-6031-07fe-91f2-7037f0438302@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 5/5] tests: add a m25p80 test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?C=C3=A9dric?= Le Goater Cc: Peter Maydell , Peter Crosthwaite , Kevin Wolf , Andrew Jeffery , QEMU Developers , Markus Armbruster , qemu-arm ----- Original Message ----- > From: "C=C3=A9dric Le Goater" > To: "Peter Maydell" > Cc: "Paolo Bonzini" , "Peter Crosthwaite" , "Kevin Wolf" > , "Andrew Jeffery" , "QEMU Developers"= , "Markus > Armbruster" , "qemu-arm" > Sent: Tuesday, June 28, 2016 10:40:15 AM > Subject: Re: [PATCH v4 5/5] tests: add a m25p80 test >=20 > On 06/28/2016 10:34 AM, Peter Maydell wrote: > > On 28 June 2016 at 09:32, C=C3=A9dric Le Goater wrote: > >> On 06/28/2016 10:01 AM, Paolo Bonzini wrote: > >>> > >>> > >>> On 27/06/2016 18:43, C=C3=A9dric Le Goater wrote: > >>>> check-qtest-arm-y =3D tests/ds1338-test$(EXESUF) > >>>> +check-qtest-arm-y =3D tests/m25p80-test$(EXESUF) > >>> > >>> This should be a "+=3D". > >> > >> OK. I will fix the above line also then : > >> > >> check-qtest-arm-y =3D tests/tmp105-test$(EXESUF) > >> check-qtest-arm-y =3D tests/ds1338-test$(EXESUF) > >=20 > > That's fixed in master. >=20 > OK. The patchset needs a rebase now that Marcin's patches are in. Please include my patches too, since otherwise the test is broken. Thanks, Paolo