summaryrefslogtreecommitdiff
path: root/other/travis/env-linux.sh
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2017-03-04 00:44:57 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2017-03-12 08:34:53 -0400
commit10deb2ab5f816c37ee721f48366858491830a3c7 (patch)
treee36c7ed40cd695df3e45340e5ce471d0ba10d8ac /other/travis/env-linux.sh
parentc1e3358dcd144c83579287b34daba4ba5a7b22ff (diff)
Fix Travis always succeeding despite tests failing
Diffstat (limited to 'other/travis/env-linux.sh')
-rw-r--r--other/travis/env-linux.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/other/travis/env-linux.sh b/other/travis/env-linux.sh
index 68687a2b..fca8a412 100644
--- a/other/travis/env-linux.sh
+++ b/other/travis/env-linux.sh
@@ -15,6 +15,8 @@ TESTS() {
15 "$@" || { 15 "$@" || {
16 if [ $COUNT -gt 1 ]; then 16 if [ $COUNT -gt 1 ]; then
17 TESTS `expr $COUNT - 1` "$@" 17 TESTS `expr $COUNT - 1` "$@"
18 else
19 false
18 fi 20 fi
19 } 21 }
20} 22}