From 57c62d73082b6293a243f026003c697eda02b401 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Jan 2015 14:52:43 -0400 Subject: now I know why the test suite failed on the autobuilder.. MAX_PATH --- standalone/windows/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'standalone/windows') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index a40151b95..09161c569 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -73,7 +73,8 @@ ghc --make Build/BuildVersion.hs Build/BuildVersion > dist/build-version # Test git-annex -# (doesn't currently work well on autobuilder, reason unknown) +# The test is run in c:/WINDOWS/Temp, because running it in the autobuilder +# directory runs afoul of Windows's short PATH_MAX. PATH="$(pwd)/dist/build/git-annex/:$PATH" export PATH mkdir -p c:/WINDOWS/Temp/git-annex-test/ -- cgit v1.2.3