Revert "workaround try #3"

This reverts commit 3fe79c0d1b.

Didn't cause the overall build to fail either.
This commit is contained in:
Joey Hess 2016-02-17 14:07:54 -04:00
parent e7dc6b0211
commit 95bbdb8680
Failed to extract signature

View file

@ -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