From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFg84-0006TQ-Vy for qemu-devel@nongnu.org; Thu, 25 Oct 2018 09:56:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFg84-0007gZ-6u for qemu-devel@nongnu.org; Thu, 25 Oct 2018 09:56:52 -0400 References: <20181004161852.11673-1-crosa@redhat.com> <20181004161852.11673-3-crosa@redhat.com> From: Laurent Vivier Message-ID: <23e88c3c-7df0-7fc5-03dc-c8c021c77774@vivier.eu> Date: Thu, 25 Oct 2018 14:55:56 +0100 MIME-Version: 1.0 In-Reply-To: <20181004161852.11673-3-crosa@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 02/10] tests/tcg/README: fix location for lm32 tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cleber Rosa , qemu-devel@nongnu.org Cc: Kevin Wolf , Eduardo Habkost , qemu-block@nongnu.org, qemu-trivial@nongnu.org, Riku Voipio , Michael Tokarev , Max Reitz On 04/10/2018 17:18, Cleber Rosa wrote: > Point to the right and obvious location for lm32 tests. > > Signed-off-by: Cleber Rosa > --- > tests/tcg/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/tcg/README b/tests/tcg/README > index a5643d33e7..2a58f9a058 100644 > --- a/tests/tcg/README > +++ b/tests/tcg/README > @@ -10,6 +10,6 @@ with "make test-cris". > > LM32 > ==== > -The testsuite for LM32 is in tests/tcg/cris. You can run it > +The testsuite for LM32 is in tests/tcg/lm32. You can run it > with "make test-lm32". > > Applied Thanks, Laurent