From 05ba2ecd79fd82ef66d82a586e5f48cc011dc646 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Feb 2016 16:15:23 -0400 Subject: wow, this windows sh is super busted. try another hack --- standalone/windows/build.sh | 9 ++------- 1 file 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 -- cgit v1.2.3