aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2024-01-20 10:07:53 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2024-01-20 10:16:59 -0800
commit47485b8af3b2dea5bf13a536b23a357df9396bec (patch)
treefc213b2a8b32537bfb8c9254c216c2d37c22999f
parentMerge tag 'v3.6.13' (diff)
downloadgitolite-gentoo-47485b8af3b2dea5bf13a536b23a357df9396bec.tar.gz
gitolite-gentoo-47485b8af3b2dea5bf13a536b23a357df9396bec.tar.bz2
gitolite-gentoo-47485b8af3b2dea5bf13a536b23a357df9396bec.zip
doc: how to debug failing tests
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-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