about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile3
1 files changed, 3 insertions, 0 deletions
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 = $@