try to fix PATH so test suite will work

This commit is contained in:
Joey Hess 2014-08-13 13:29:27 -04:00
parent 6fe0f300a6
commit 90fdd28fd8

View file

@ -75,6 +75,6 @@ Build/BuildVersion > dist/build-version
# Test git-annex
# (doesn't currently work well on autobuilder, reason unknown)
rm -rf .t
PATH=dist/build/git-annex/:$PATH
PATH="$(pwd)/dist/build/git-annex/:$PATH"
export PATH
withcyg dist/build/git-annex/git-annex.exe test || true