now I know why the test suite failed on the autobuilder.. MAX_PATH
This commit is contained in:
parent
c15fc92c16
commit
550f269828
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ ghc --make Build/BuildVersion.hs
|
||||||
Build/BuildVersion > dist/build-version
|
Build/BuildVersion > dist/build-version
|
||||||
|
|
||||||
# Test git-annex
|
# 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"
|
PATH="$(pwd)/dist/build/git-annex/:$PATH"
|
||||||
export PATH
|
export PATH
|
||||||
mkdir -p c:/WINDOWS/Temp/git-annex-test/
|
mkdir -p c:/WINDOWS/Temp/git-annex-test/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue