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
|
||||
else
|
||||
rm -rf .t
|
||||
echo "Test suite failure; failing build!"
|
||||
false
|
||||
echo "Test suite failure; failing build!" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue