Revert "workaround try #3"
This reverts commit 3fe79c0d1b
.
Didn't cause the overall build to fail either.
This commit is contained in:
parent
e7dc6b0211
commit
95bbdb8680
1 changed files with 1 additions and 7 deletions
|
@ -100,12 +100,6 @@ Build/BuildVersion > dist/build-version
|
|||
PATH="$(pwd)/dist/build/git-annex/:$PATH"
|
||||
export PATH
|
||||
mkdir -p c:/WINDOWS/Temp/git-annex-test/
|
||||
oldpwd="$(pwd)"
|
||||
cd c:/WINDOWS/Temp/git-annex-test/
|
||||
rm -rf .t
|
||||
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
|
||||
withcyg git-annex.exe test
|
||||
|
|
Loading…
Reference in a new issue