aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-15 15:23:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-15 15:23:17 -0400
commita84433f0b887f934043f7ac65ec5fc4614cb22f7 (patch)
tree605f6fc30e4be67f26dace789e324d833a811d3b /standalone
parent8f87a46002d7d44f9e100c60755fc8313baeaf12 (diff)
seems false didn't cause windows shell to propigate test suite failure
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh4
1 files 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