From 47485b8af3b2dea5bf13a536b23a357df9396bec Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 20 Jan 2024 10:07:53 -0800 Subject: doc: how to debug failing tests Signed-off-by: Robin H. Johnson --- t/README | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3-65-gdbad