comment and todo

This commit is contained in:
Joey Hess 2022-09-22 14:48:32 -04:00
parent 0139a732fe
commit d049228fd3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 15"""
date="2022-09-22T18:42:06Z"
content="""
@yarikoptic oh, `git-annex test` does prevent global gitconfig from
influeencing the tests. So your matrix test won't work if you're
running `git-annex test` in it. If you're running other git-annex commands
in datalad's test suite, it would work though.
I've opened [[todo/specify_gitconfig_for_test_suite]].
"""]]

View file

@ -0,0 +1,5 @@
`git-annex test` prevents ~/.gitconfig or /etc/gitconfig from being read.
It would sometimes be useful to test git-annex with a given git config set.
Although some might break the test suite, others might expose actual bugs
in git-annex. --[[Joey]]