From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yh0F8-0001lC-PU for qemu-devel@nongnu.org; Sat, 11 Apr 2015 14:34:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yh0F7-00031Z-6g for qemu-devel@nongnu.org; Sat, 11 Apr 2015 14:34:58 -0400 Received: from cantor2.suse.de ([195.135.220.15]:38069 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yh0F7-00031C-0C for qemu-devel@nongnu.org; Sat, 11 Apr 2015 14:34:57 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sat, 11 Apr 2015 20:34:51 +0200 Message-Id: <1428777292-24628-7-git-send-email-afaerber@suse.de> In-Reply-To: <1428777292-24628-1-git-send-email-afaerber@suse.de> References: <1428777292-24628-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [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: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , rth@twiddle.net 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 expect= ed. Signed-off-by: Andreas F=C3=A4rber --- 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 =20 run-runcom: runcom -$(QEMU) ./runcom $(SRC_PATH)/tests/tcg/pi_10.com + @echo =20 run-test_path: test_path ./test_path --=20 2.1.4