Re: [PATCH] Testing: Ensure 'org-id-locations-file' is set before updating

2023-08-13 Thread Ihor Radchenko
Max Nikulin writes: >> In the absence of clear understanding what went wrong, I cannot accept >> this patch, unfortunately. > > mkdir ~/hide > mv -i ~/.emacs* ~/hide > make test-dirty BTEST_RE=test-org-link > > Finding ID locations (26/26 files): >

Re: [PATCH] Testing: Ensure 'org-id-locations-file' is set before updating

2023-08-12 Thread Max Nikulin
On 12/08/2023 16:29, Ihor Radchenko wrote: Morgan Smith writes: Hello! This fix allows me to run the tests without giving it access to the filesystem outside of the repository. I have no clue what org-id-locations are and I'm hoping someone else does so I don't have to learn. I'm not sure

Re: [PATCH] Testing: Ensure 'org-id-locations-file' is set before updating

2023-08-12 Thread Ihor Radchenko
Morgan Smith writes: > Hello! This fix allows me to run the tests without giving it access to the > filesystem outside of the repository. I have no clue what org-id-locations > are > and I'm hoping someone else does so I don't have to learn. I'm not sure if > this is the best fix, but it

Re: [PATCH] Testing: Ensure 'org-id-locations-file' is set before updating

2023-07-19 Thread Ihor Radchenko
Morgan Smith writes: > Previously, when trying to run the tests in a container limited to the > org repository, it fails because it can't create the directory > "~/.emacs.d/.org-id-locations". > > * testing/org-test.el (org-test-load): Move setting > 'org-id-locations-file' from here ... >

[PATCH] Testing: Ensure 'org-id-locations-file' is set before updating

2023-07-18 Thread Morgan Smith
Previously, when trying to run the tests in a container limited to the org repository, it fails because it can't create the directory "~/.emacs.d/.org-id-locations". * testing/org-test.el (org-test-load): Move setting 'org-id-locations-file' from here ... org-test-update-id-locations: ... to here