diff options
-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 |