seems false didn't cause windows shell to propigate test suite failure
This commit is contained in:
parent
8a20f4ed24
commit
7d4b4a77b1
1 changed files with 2 additions and 2 deletions
|
@ -105,6 +105,6 @@ if withcyg git-annex.exe test; then
|
||||||
rm -rf .t
|
rm -rf .t
|
||||||
else
|
else
|
||||||
rm -rf .t
|
rm -rf .t
|
||||||
echo "Test suite failure; failing build!"
|
echo "Test suite failure; failing build!" >&2
|
||||||
false
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue