try to fix PATH so test suite will work
This commit is contained in:
parent
6fe0f300a6
commit
90fdd28fd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue