aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-test.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-06 13:44:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-06 13:44:12 -0400
commit82a27da0157ce3fc78ab917b6d9d26486ed7bb8c (patch)
tree9d9de1506ffb0aa91a16cb28866d4806ab37bec5 /doc/git-annex-test.mdwn
parentf906cddf91577c53600a60e4cfbfa3c1fe25d1ab (diff)
test: Added --keep-failures option.
Diffstat (limited to 'doc/git-annex-test.mdwn')
-rw-r--r--doc/git-annex-test.mdwn10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/git-annex-test.mdwn b/doc/git-annex-test.mdwn
index b38084028..773f7404e 100644
--- a/doc/git-annex-test.mdwn
+++ b/doc/git-annex-test.mdwn
@@ -10,8 +10,7 @@ git annex test
This runs git-annex's built-in test suite.
-The test suite runs in the `.t` subdirectory of the current directory
-(it refuses to run if `.t` already exists).
+The test suite runs in the `.t` subdirectory of the current directory.
It can be useful to run the test suite on different filesystems,
or to verify your local installation of git-annex.
@@ -19,7 +18,12 @@ or to verify your local installation of git-annex.
# OPTIONS
There are several options, provided by Haskell's tasty test
-framework. Pass --help for details.
+framework. Pass --help for details about those.
+
+* `--keep-failures`
+
+ When there are test failures, leave the `.t` directory populated with
+ repositories that demonstate the failures, for later analysis.
# SEE ALSO