about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 18:12:01 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 18:12:01 -0700
commitd7f1ced710864fd743c605cb85aa35208bf518b3 (patch)
treeb31df39680f08e6db44c1ebb892e750e86bfb88b /t
parentbd3d1c6e8c39bae28158218e816486807fd1eec0 (diff)
downloadrainbows-d7f1ced710864fd743c605cb85aa35208bf518b3.tar.gz
Normally we can run "make V=1" for medium verbosity
Diffstat (limited to 't')
-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 = $@