diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-30 16:57:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-30 17:03:32 -0400 |
commit | 42bbacc22543c95ba16131e8bbcf11c5432b744e (patch) | |
tree | 621a6b7a303899bc4509a990142017ffb8388e6c /doc/install | |
parent | ded450279ff7edea91489bc1dd197fb30a744066 (diff) |
Improve test suite on Windows; now tests git annex sync.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Windows.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn index 9f223d8d5..c327d11ca 100644 --- a/doc/install/Windows.mdwn +++ b/doc/install/Windows.mdwn @@ -8,6 +8,13 @@ git-annex, many things will not work. See [[todo/windows_support]] for current status. Note especially that git-annex always uses [[direct_mode]] on Windows. +The autobuilder is not currently able to run the test suite, so +testing git-annex on Windows is up to you! To check that the build of +git-annex works in your Windows system, you are encouraged to run the test +suite before using git-annex on real data. After installation, run `git +annex test`. There will be a lot of output; the important thing is that it +should end with "All tests ok". + ## autobuilds A daily build is also available, thanks to Yury V. Zaytsev and |