aboutsummaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
Diffstat (limited to 't/README')
-rw-r--r--t/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/README b/t/README
index db249f2..2c13db2 100644
--- a/t/README
+++ b/t/README
@@ -113,4 +113,11 @@ and/or scripts to be run as root, so they're not invoked when you simply run
prove t/smart-http
prove t/mirror-test
+# DEBUGGING TEST FAILURES
+
+If you're working on Gitolite development, and you want to see why test fails,
+you can get per-test failure output with:
+
+ GITOLITE_TEST=y TSH_VERBOSE=1 TSH_ERREXIT=1 prove
+
vim: ft=markdown