[PATCH v3 2/7] test: fix "skipping test" verbose output

Subject: [PATCH v3 2/7] test: fix "skipping test" verbose output

Date: Sun, 27 Nov 2011 22:36:14 +0400

To: notmuch@notmuchmail.org

Cc:

From: Dmitry Kurochkin


---
 test/test-lib.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/test-lib.sh b/test/test-lib.sh
index 0996a74..df867a5 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -657,7 +657,8 @@ test_check_missing_external_prereqs_ () {
 
 test_report_skip_ () {
 	test_reset_state_
-	say_color skip >&3 "skipping test: $@"
+	say_color skip >&3 "skipping test:"
+	echo " $@" >&3
 	say_color skip "%-6s" "SKIP"
 	echo " $1"
 }
-- 
1.7.7.3


Thread: