diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-01-20 10:07:53 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-01-20 10:16:59 -0800 |
commit | 47485b8af3b2dea5bf13a536b23a357df9396bec (patch) | |
tree | fc213b2a8b32537bfb8c9254c216c2d37c22999f /t/README | |
parent | Merge tag 'v3.6.13' (diff) | |
download | gitolite-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>
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |