seems false didn't cause windows shell to propigate test suite failure

This commit is contained in:
Joey Hess 2016-02-15 15:23:17 -04:00
parent 8a20f4ed24
commit 7d4b4a77b1
Failed to extract signature

View file

@ -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