From patchwork Sat Apr 11 18:34:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 460407 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 0D8F71401DE for ; Sun, 12 Apr 2015 04:38:58 +1000 (AEST) Received: from localhost ([::1]:43544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yh0Iy-0008CL-7q for incoming@patchwork.ozlabs.org; Sat, 11 Apr 2015 14:38:56 -0400 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 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 74C5CAD1C; Sat, 11 Apr 2015 18:34:56 +0000 (UTC) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Sat, 11 Apr 2015 20:34:51 +0200 Message-Id: <1428777292-24628-7-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 2.1.4 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 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 195.135.220.15 Cc: peter.maydell@linaro.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= , rth@twiddle.net Subject: [Qemu-devel] [PATCH for-2.3? 6/7] tests/tcg: Prettify run-runcom output X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 run-test_path: test_path ./test_path