From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhgQe-0002mE-QX for qemu-devel@nongnu.org; Mon, 13 Apr 2015 11:37:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YhgQb-00079e-L6 for qemu-devel@nongnu.org; Mon, 13 Apr 2015 11:37:40 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:35567 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YhgQb-00079X-EE for qemu-devel@nongnu.org; Mon, 13 Apr 2015 11:37:37 -0400 References: <1428777292-24628-1-git-send-email-afaerber@suse.de> <1428777292-24628-7-git-send-email-afaerber@suse.de> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1428777292-24628-7-git-send-email-afaerber@suse.de> Date: Mon, 13 Apr 2015 16:37:53 +0100 Message-ID: <87twwkjay6.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH for-2.3? 6/7] tests/tcg: Prettify run-runcom output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, rth@twiddle.net Andreas Färber writes: > Executing the binary pi_10.com terminates without a trailing newline. > > As it does not seem to be caused by the runcom program and since we > can't easily fix pi_10.com, add an echo after executing it. This places > "make:" output (or that of a target following it) on a new line as expected. > > Signed-off-by: Andreas Färber > --- > tests/tcg/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/tcg/Makefile b/tests/tcg/Makefile > index db8c510..f853d54 100644 > --- a/tests/tcg/Makefile > +++ b/tests/tcg/Makefile > @@ -75,6 +75,7 @@ run-test-mmap: test-mmap > > run-runcom: runcom > -$(QEMU) ./runcom $(SRC_PATH)/tests/tcg/pi_10.com > + @echo I'm not so sure about this. Shouldn't we be being a lot quieter by default. At the moment the TCG tests are very noisy with their output compared to the rest of the tests. On a V=0 run I expect just to see test name and a PASS/FAIL. > > run-test_path: test_path > ./test_path -- Alex Bennée