diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-06 14:52:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-06 14:52:43 -0400 |
commit | 57c62d73082b6293a243f026003c697eda02b401 (patch) | |
tree | 0d483247dfa4bb7efc05c144a7c48af81cfdca4c /standalone | |
parent | be7a95c7bcb4e78d267f56385ad0995c08395f3f (diff) |
now I know why the test suite failed on the autobuilder.. MAX_PATH
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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/ |