Show when tests are skipped
Also, don't depend on tput (ncurses). It's really not needed since ANSI escape sequences have been standardized for 35 years or so.
This commit is contained in:
parent
dc30856141
commit
fd10f6f241
3 changed files with 11 additions and 9 deletions
|
@ -2,7 +2,7 @@ source common.sh
|
|||
|
||||
if [[ -z $(type -p hg) ]]; then
|
||||
echo "Mercurial not installed; skipping Mercurial tests"
|
||||
exit 0
|
||||
exit 99
|
||||
fi
|
||||
|
||||
clearStore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue