about summary refs log tree commit diff
path: root/tests/fetchMercurial.sh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-11-07T11·06+0100
committerEelco Dolstra <edolstra@gmail.com>2017-11-07T11·09+0100
commitfd10f6f2414521947ca60b9d1508d909f50e9faa (patch)
tree6a2c1608f9529a340e720b8352e93cba46c7f365 /tests/fetchMercurial.sh
parentdc30856141a1ef3958dfe230611d9447d7a13957 (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 '')
-rw-r--r--tests/fetchMercurial.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fetchMercurial.sh b/tests/fetchMercurial.sh
index 0c9f4bdbbc..6cfc0a708e 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