From d7f1ced710864fd743c605cb85aa35208bf518b3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 5 Oct 2009 18:12:01 -0700 Subject: tests: allow "make V=2" to set TEST_OPTS += -x Normally we can run "make V=1" for medium verbosity --- t/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/GNUmakefile b/t/GNUmakefile index 12b60c4..50b1867 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -37,6 +37,9 @@ ifndef V quiet_post = > $(t_log) 2>&1; exit $$(cat $(t_code)) pfx = else + ifeq ($(V),2) + TEST_OPTS += -x + endif quiet_pre = @echo '* $@'; quiet_post = 2>&1 | tee $(t_log); exit $$(cat $(t_code)) pfx = $@ -- cgit v1.2.3-24-ge0c7