about summary refs log tree commit diff
path: root/tests/common.sh.in
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-27T18·33-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-27T18·33-0400
commit6ecf4f13f6a71701f77018a852db2bd4bde0bb67 (patch)
tree38a07029d8970c35cccc79c95a53342c36e46f8d /tests/common.sh.in
parente6ab52cdd1df207c7a007a9cba665ee8a031d94a (diff)
Use "set -x" in the tests to see where a test fails
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r--tests/common.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in
index abefb7e25094..1d473ca0585e 100644
--- a/tests/common.sh.in
+++ b/tests/common.sh.in
@@ -80,3 +80,5 @@ fail() {
     echo "$1"
     exit 1
 }
+
+set -x