1git-annex-test(1) General Commands Manual git-annex-test(1)
2
3
4
6 git-annex-test - run built-in test suite
7
9 git annex test
10
12 This runs git-annex's built-in test suite.
13
14 The test suite runs in the .t subdirectory of the current directory.
15
16 It can be useful to run the test suite on different filesystems, or to
17 verify your local installation of git-annex.
18
20 There are several options, provided by Haskell's tasty test framework.
21 Pass --help for details about those.
22
23 --keep-failures
24 When there are test failures, leave the .t directory populated
25 with repositories that demonstate the failures, for later analy‐
26 sis.
27
29 git-annex(1)
30
31 git-annex-testremote(1)
32
34 Joey Hess <id@joeyh.name>
35
36 git-annex-test(1)