git-annex test from standalone speedup
authorJoey Hess <joeyh@joeyh.name>
Tue, 1 Mar 2022 20:08:55 +0000 (16:08 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 1 Mar 2022 20:08:55 +0000 (16:08 -0400)
commit2fc46e1871e2f793689cc98523744040c9010bdc
tree78c9eda3215f0a1816e0b16c3d77d300c35ef6c6
parentecf7c29107b2dbda0bcfd6b7f81b0b3b301b6a3c
git-annex test from standalone speedup

Avoid git-annex test being very slow when run from within the standalone
linux tarball or OSX app.

It may not really be necessary to add to PATH the directory where the
git-annex binary resides, but it can't hurt. Most places where the test
suite or git-annex run git-annex, they use programPath, so won't need
a modified PATH. But I'm not sure if that's always the case.

Sponsored-by: Dartmouth College's Datalad project
CHANGELOG
Test/Framework.hs
doc/todo/speed_up___34__standalone_build__34___and__47__or_tests/comment_2_f462ee4719b4c459c12e36ce29ab82b5._comment [new file with mode: 0644]