This commit is contained in:
parent
425a3a10b0
commit
5cda73c529
1 changed files with 28 additions and 0 deletions
28
doc/bugs/git_annex_test_fails.mdwn
Normal file
28
doc/bugs/git_annex_test_fails.mdwn
Normal file
|
@ -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!
|
Loading…
Add table
Reference in a new issue