workaround try #3
This commit is contained in:
parent
99a17b337e
commit
3fe79c0d1b
1 changed files with 7 additions and 1 deletions
|
@ -100,6 +100,12 @@ Build/BuildVersion > dist/build-version
|
||||||
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/
|
||||||
|
oldpwd="$(pwd)"
|
||||||
cd c:/WINDOWS/Temp/git-annex-test/
|
cd c:/WINDOWS/Temp/git-annex-test/
|
||||||
rm -rf .t
|
rm -rf .t
|
||||||
withcyg git-annex.exe test
|
if ! withcyg git-annex.exe test; then
|
||||||
|
# For some reason a nonzero exit is not propigated out of this
|
||||||
|
# shell script from the test suite. Instead, delete the build
|
||||||
|
# artifact, to prevent a bad one being uploaded.
|
||||||
|
rm -f "$oldpwd/git-annex-installer.exe"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue