about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-13T14·07+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-13T14·07+0000
commit116e939d5731f89821a6777fb2b458508fd85e29 (patch)
treecfc12d20ee54fade2beef3fe8e7d74eee8bc1d68 /tests
parent55b84357a1859f5606c655ca52b44591c986cb7f (diff)
* More debugging.
Diffstat (limited to 'tests')
-rw-r--r--tests/locking.builder.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/locking.builder.sh b/tests/locking.builder.sh
index bb6c2597f5c9..69967e08badc 100644
--- a/tests/locking.builder.sh
+++ b/tests/locking.builder.sh
@@ -5,6 +5,13 @@ env
 sleep 3
 
 touch $out
+echo CAT1
+cat $inputs
+echo CAT2
+echo -n $(cat $inputs)$text
+echo CAT3
+
+
 # Use `>>'; without proper locking this will cause text duplication.
 echo -n $(cat $inputs)$text >> $out