qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-2.3? 6/7] tests/tcg: Prettify run-runcom output


From: Andreas Färber
Subject: [Qemu-devel] [PATCH for-2.3? 6/7] tests/tcg: Prettify run-runcom output
Date: Sat, 11 Apr 2015 20:34:51 +0200

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 <address@hidden>
---
 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
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]