From d049228fd3d12b98e459063620abffd1ee2d84c3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 22 Sep 2022 14:48:32 -0400 Subject: [PATCH] comment and todo --- ...ment_15_df08c2530b890544d5eb2df792c8fd4b._comment | 12 ++++++++++++ doc/todo/specify_gitconfig_for_test_suite.mdwn | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 doc/bugs/reports_file___34__modified__34___whenever_it_is_not/comment_15_df08c2530b890544d5eb2df792c8fd4b._comment create mode 100644 doc/todo/specify_gitconfig_for_test_suite.mdwn diff --git a/doc/bugs/reports_file___34__modified__34___whenever_it_is_not/comment_15_df08c2530b890544d5eb2df792c8fd4b._comment b/doc/bugs/reports_file___34__modified__34___whenever_it_is_not/comment_15_df08c2530b890544d5eb2df792c8fd4b._comment new file mode 100644 index 0000000000..5f5c21ab67 --- /dev/null +++ b/doc/bugs/reports_file___34__modified__34___whenever_it_is_not/comment_15_df08c2530b890544d5eb2df792c8fd4b._comment @@ -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]]. +"""]] diff --git a/doc/todo/specify_gitconfig_for_test_suite.mdwn b/doc/todo/specify_gitconfig_for_test_suite.mdwn new file mode 100644 index 0000000000..891fb9c66e --- /dev/null +++ b/doc/todo/specify_gitconfig_for_test_suite.mdwn @@ -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]]