diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-13 13:29:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-13 13:29:27 -0400 |
commit | 0756890bb2d06b86de467795635e96ade658b7a6 (patch) | |
tree | a5f2e71ebb200865c3bbf775a114d4cb5963994b /standalone/windows | |
parent | 1b6379865c9637d1f10d34f7d38c58cc02512359 (diff) |
try to fix PATH so test suite will work
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 41e44d7c4..e4130be9b 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -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 |