aboutsummaryrefslogtreecommitdiff
path: root/tests/fetchGit.sh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-11-07 12:06:58 +0100
committerEelco Dolstra <edolstra@gmail.com>2017-11-07 12:09:57 +0100
commitfd10f6f2414521947ca60b9d1508d909f50e9faa (patch)
tree6a2c1608f9529a340e720b8352e93cba46c7f365 /tests/fetchGit.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 'tests/fetchGit.sh')
-rw-r--r--tests/fetchGit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fetchGit.sh b/tests/fetchGit.sh
index a967380cd..f13de89f7 100644
--- a/tests/fetchGit.sh
+++ b/tests/fetchGit.sh
@@ -2,7 +2,7 @@ source common.sh
if [[ -z $(type -p git) ]]; then
echo "Git not installed; skipping Git tests"
- exit 0
+ exit 99
fi
clearStore