diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-04 14:23:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-04 14:31:52 -0400 |
commit | 53518c58de6245763f570cbea0a84bbf7d1347eb (patch) | |
tree | debeeb00c61ef2c5a6f7877019d4816ff8bed6f8 /doc/todo | |
parent | 348ae0c980b690f303f04e4d5d828bf3c0cb65a4 (diff) |
set up git email config in clone repos too when running test
This fixes the problem of the environment variables apparently not being
seen on Windows. I could probably remove the setting of the env vars from
Test.hs now as this covers it better.
Note that outside the test suite, git-annex on windows seems to manage to
configure the repo so commits work on its own.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/windows_support.mdwn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index c7078ec8d..ae27ac46b 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -13,11 +13,6 @@ now! --[[Joey]] * Ssh connection caching does not work on Windows, so `git annex get` has to connect twice to the remote system over ssh per file, which is much slower than on systems supporting connection caching. -* The test suite does not 100% pass, although it seems to be getting - quite close! Current known failures: - * Some tests fail if git has not had the username and email configured. - This is odd because the test suite goes to some lengths to - get env vars set to prevent this problem. * `git annex assistant` has not been tested, is probably quite incomplete and/or buggy. * Doesn't daemonize. Maybe use |