diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-11-07 12:06:58 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-11-07 12:09:57 +0100 |
commit | fd10f6f2414521947ca60b9d1508d909f50e9faa (patch) | |
tree | 6a2c1608f9529a340e720b8352e93cba46c7f365 /tests/fetchMercurial.sh | |
parent | dc30856141a1ef3958dfe230611d9447d7a13957 (diff) |
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.
Diffstat (limited to 'tests/fetchMercurial.sh')
-rw-r--r-- | tests/fetchMercurial.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fetchMercurial.sh b/tests/fetchMercurial.sh index 0c9f4bdbb..6cfc0a708 100644 --- a/tests/fetchMercurial.sh +++ b/tests/fetchMercurial.sh @@ -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 |