diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-17 14:07:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-17 14:07:54 -0400 |
commit | da01044f992c1b3bb2914f658377fd5c5b0ea75e (patch) | |
tree | 03f598a54104ec56d3c9f865b1a8f711ba23881b | |
parent | dfd30bb4e238c5b13579b2cd1fae89681b949bd7 (diff) |
Revert "workaround try #3"
This reverts commit 1a901fe8c2b3dc3192074e19177e6e4652233ea2.
Didn't cause the overall build to fail either.
-rwxr-xr-x | standalone/windows/build.sh | 8 |
1 files changed, 1 insertions, 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 |