From da01044f992c1b3bb2914f658377fd5c5b0ea75e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 Feb 2016 14:07:54 -0400 Subject: Revert "workaround try #3" This reverts commit 1a901fe8c2b3dc3192074e19177e6e4652233ea2. Didn't cause the overall build to fail either. --- standalone/windows/build.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 6f29227f2..f43f041d2 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -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 -- cgit v1.2.3