diff options
author | ilovezfs <ilovezfs@web> | 2017-09-09 17:57:34 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-09-09 17:57:34 +0000 |
commit | 348596ea05153dc8e9cdf02f437996c6bff3a250 (patch) | |
tree | da5d22632dc871cf85105d9714ab797748625dc1 /doc/bugs | |
parent | c72795f237d75aecb3435373f7cad08c75724ea7 (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/git_annex_test_fails.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_test_fails.mdwn b/doc/bugs/git_annex_test_fails.mdwn new file mode 100644 index 000000000..aba378b41 --- /dev/null +++ b/doc/bugs/git_annex_test_fails.mdwn @@ -0,0 +1,28 @@ +### Please describe the problem. +git annex test fails outside a git repository. + +[[!format sh """ +$ git annex test +git-annex: Not in a git repository. +"""]] + +and then some tests fail once you work around that. +[[!format sh """ +Exception: getCurrentDirectory:getWorkingDirectory: resource exhausted (Too many open files) +"""]] + +Exception: getCurrentDirectory:getWorkingDirectory: resource exhausted + +### What steps will reproduce the problem? +Run `git annex test`. + +### What version of git-annex are you using? On what operating system? +HEAD at 425a3a1 built with GHC 8.2.1. + +### Please provide any additional information below. + +Full log is here: https://gist.github.com/ilovezfs/1ed886b43d534b239be25f4aa8b7394e + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +Yes! |