[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [chutney/master] Only run shellcheck-tests.sh if shellcheck is available.
commit e369c8fe0a297f38a7e35d56d982d576922ba5d9
Author: Alexander Færøy <ahf@xxxxxxxxxxxxxx>
Date: Fri Jun 21 14:51:23 2019 +0200
Only run shellcheck-tests.sh if shellcheck is available.
See: https://bugs.torproject.org/30928
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 26f8cb3..ba64fd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -176,7 +176,7 @@ install:
script:
## Basic tests
- - tests/shellcheck-tests.sh
+ - if command -v shellcheck ; then tests/shellcheck-tests.sh; fi
- tests/unit-tests.sh
## Quick smoke test
- tools/test-network.sh --dry-run
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits