From a84433f0b887f934043f7ac65ec5fc4614cb22f7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Feb 2016 15:23:17 -0400 Subject: seems false didn't cause windows shell to propigate test suite failure --- standalone/windows/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 7f577c90e..5b845ebbd 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -105,6 +105,6 @@ if withcyg git-annex.exe test; then rm -rf .t else rm -rf .t - echo "Test suite failure; failing build!" - false + echo "Test suite failure; failing build!" >&2 + exit 1 fi -- cgit v1.2.3