fix path
git-annex is installed into . by Build/NullSoftInstaller, so use that for running git-annex test
This commit is contained in:
parent
2a2e30f729
commit
dd6d0cc9af
2 changed files with 11 additions and 1 deletions
|
@ -78,7 +78,7 @@ stack ghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
|
|||
# Test git-annex
|
||||
# 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):$PATH"
|
||||
export PATH
|
||||
mkdir -p c:/WINDOWS/Temp/git-annex-test/
|
||||
cd c:/WINDOWS/Temp/git-annex-test/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue