diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-15 16:15:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-15 16:15:23 -0400 |
commit | 05ba2ecd79fd82ef66d82a586e5f48cc011dc646 (patch) | |
tree | 6819b3cfd82971d4492f8650bfcdaca1b8f4b2cb /standalone | |
parent | e892768b0e63a9b64ecd6edbdb1021227b082973 (diff) |
wow, this windows sh is super busted. try another hack
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 9 |
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 |