about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-17 22:42:55 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-17 22:42:55 -0700
commit394e1aa79d16ed9405e35e3cd3749a7e8c51522a (patch)
tree75e0ada2fed2727508513e532b68e00567f1ff9f
parentb79ce7e6594259669763251e3cbf4404a6381d7c (diff)
downloadrainbows-394e1aa79d16ed9405e35e3cd3749a7e8c51522a.tar.gz
Makes it easier to track down empty files this way
-rw-r--r--t/test-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 26adfc9..2a81a58 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -64,5 +64,6 @@ rtmpfiles () {
 dbgcat () {
         id=$1
         eval '_file=$'$id
+        echo "==> $id <=="
         sed -e "s/^/$id:/" < $_file
 }