summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-15 16:15:23 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-15 16:15:23 -0400
commit05ba2ecd79fd82ef66d82a586e5f48cc011dc646 (patch)
tree6819b3cfd82971d4492f8650bfcdaca1b8f4b2cb /standalone
parente892768b0e63a9b64ecd6edbdb1021227b082973 (diff)
wow, this windows sh is super busted. try another hack
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 5b845ebbd..f43f041d2 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -101,10 +101,5 @@ PATH="$(pwd)/dist/build/git-annex/:$PATH"
export PATH
mkdir -p c:/WINDOWS/Temp/git-annex-test/
cd c:/WINDOWS/Temp/git-annex-test/
-if withcyg git-annex.exe test; then
- rm -rf .t
-else
- rm -rf .t
- echo "Test suite failure; failing build!" >&2
- exit 1
-fi
+rm -rf .t
+withcyg git-annex.exe test