From 0756890bb2d06b86de467795635e96ade658b7a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Aug 2014 13:29:27 -0400 Subject: try to fix PATH so test suite will work --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone') 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 -- cgit v1.2.3