about summary refs log tree commit homepage
path: root/t/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-17 22:42:56 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-17 22:42:56 -0700
commit95417ca711a75612da86a25acd20134efdbc0e67 (patch)
tree653f9486283cc2ff2c8abc5835291ed05652c4c6 /t/GNUmakefile
parentb68b53c0323f691dbc412fa5ff581ff0b9a7ef1f (diff)
downloadrainbows-95417ca711a75612da86a25acd20134efdbc0e67.tar.gz
Buffering enabled in tee(1) was making tests more
difficult to debug.
Diffstat (limited to 't/GNUmakefile')
-rw-r--r--t/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 934c179..7eac0d5 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -44,7 +44,7 @@ else
     SH_TEST_OPTS += -x
   endif
   quiet_pre = @echo '* $@';
-  quiet_post = 2>&1 | tee $(t_log); exit $$(cat $(t_code))
+  quiet_post = 2>&1 | ./bin/utee $(t_log); exit $$(cat $(t_code))
   pfx = $@
 endif