qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH V3 2/2] tests: Tweak the Makefile to produce per-tes


From: Marcel Apfelbaum
Subject: [Qemu-devel] [PATCH V3 2/2] tests: Tweak the Makefile to produce per-test output.
Date: Tue, 11 Mar 2014 14:24:49 +0200

From: Stefan Hajnoczi <address@hidden>

The effect is that the output will grow, but we will know
which qtest failed. This helps when an assert is made on
other code and not in the test itself.

Signed-off-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Marcel Apfelbaum <address@hidden>
---
 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index b17d41e..cbf90e1 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -273,7 +273,7 @@ check-help:
        @echo "changed with variable GTESTER_OPTIONS."
 
 SPEED = quick
-GTESTER_OPTIONS = -k $(if $(V),--verbose,-q)
+GTESTER_OPTIONS = -k $(if $(V),--verbose,)
 GCOV_OPTIONS = -n $(if $(V),-f,)
 
 # gtester tests, possibly with verbose output
-- 
1.8.3.1




reply via email to

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