From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEnFl-0000Ea-2A for qemu-devel@nongnu.org; Sun, 19 Jun 2016 20:39:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEnFe-0006UJ-4H for qemu-devel@nongnu.org; Sun, 19 Jun 2016 20:39:49 -0400 Date: Mon, 20 Jun 2016 10:23:08 +1000 From: David Gibson Message-ID: <20160620002308.GL7790@voom.fritz.box> References: <1466169377-29368-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tv2SIFopg1r47n4a" Content-Disposition: inline In-Reply-To: <1466169377-29368-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [PATCH] tests: Use '+=' to add additional tests, not '=' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, peter.maydell@linaro.org --tv2SIFopg1r47n4a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 17, 2016 at 03:16:17PM +0200, Thomas Huth wrote: > The recent commit that added the prom-env-test accidentially > overwrote the check-qtest-ppc-y, check-qtest-ppc64-y and > check-qtest-sparc-y variables instead of extending them. >=20 > Fixes: fcbf4a3c0c576eec1321f9cff4fa0dd8e0b1a82f > Signed-off-by: Thomas Huth Applied to ppc-for-2.7 > --- > tests/Makefile.include | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/tests/Makefile.include b/tests/Makefile.include > index a2ed83b..fd2dba4 100644 > --- a/tests/Makefile.include > +++ b/tests/Makefile.include > @@ -259,11 +259,11 @@ check-qtest-ppc-y +=3D tests/boot-order-test$(EXESU= F) > check-qtest-ppc64-y +=3D tests/boot-order-test$(EXESUF) > check-qtest-ppc64-y +=3D tests/spapr-phb-test$(EXESUF) > gcov-files-ppc64-y +=3D ppc64-softmmu/hw/ppc/spapr_pci.c > -check-qtest-ppc-y =3D tests/prom-env-test$(EXESUF) > -check-qtest-ppc64-y =3D tests/prom-env-test$(EXESUF) > -check-qtest-sparc-y =3D tests/prom-env-test$(EXESUF) > +check-qtest-ppc-y +=3D tests/prom-env-test$(EXESUF) > +check-qtest-ppc64-y +=3D tests/prom-env-test$(EXESUF) > +check-qtest-sparc-y +=3D tests/prom-env-test$(EXESUF) > #Disabled for now, triggers a TCG bug on 32-bit hosts > -#check-qtest-sparc64-y =3D tests/prom-env-test$(EXESUF) > +#check-qtest-sparc64-y +=3D tests/prom-env-test$(EXESUF) > check-qtest-microblazeel-y =3D $(check-qtest-microblaze-y) > check-qtest-xtensaeb-y =3D $(check-qtest-xtensa-y) > =20 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --tv2SIFopg1r47n4a Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXZzdsAAoJEGw4ysog2bOSmLYP/2SR53b8zfeQuHXW3sIVUSDL 8ioeWGu45LPEu59r5C7dSP0dw8GxLIzSeK04tWfNCvHRHJA2ww1evx8fbkOlhRqd /n3EoDqQf0grmGQMvy4XZE7kueNfeW6kSiIog24JiKaQKiXzrK2O0wO66nqTZUPQ Xf9xvVSt3DgDwk7pkDvgP0dE++hpdtzP0KQTOQvJnGmi3K2bOz9IELEv0O6jrAiq 0T/nXNb1/QgyQR/2snv6NO1gjzFjjwLYur/3/c0D8MsSpaNXIdoaSMttHidLVGtC 5sOVXBE72rBu57fZiUC2iI0dOzL1WLp46G2jyZAF0JkvFuH+ayGcnKSu0mydTws+ ehjf141dHasPeqcNPZre39EBsY6vsh4+qxAkzm3pAXikFIqflJ/bi1qQMgxXNCcX +dJloBPtwgEzdtt/5zIgR4dOKvxRh7ouIy7ekjHyFHACmJJUYXmxY5rzzVcwy4uY AOLI0oQy2BJ9E0V6PEMRVolnaPfU2oFRzRfRL+VZ6GY6xz6kqEXAI2MJW5msgs1d Qb260WNDpuYJuiGIkXwoUderLZm49FGYzc/arWCLEKWngPC4DRuoki5Q/I9yAwm6 PkO4WsbnMPEnB94EyY18vkemEnT0agQGvmwxbTT2cIP5A58tx4wdgVk1CJm9pEqr RjMf7pYkqEB9FQxThEMg =zaTF -----END PGP SIGNATURE----- --tv2SIFopg1r47n4a--