summaryrefslogtreecommitdiff
path: root/test/utils/shippable/units.sh
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-03-11 15:13:09 -0700
committerGitHub <noreply@github.com>2019-03-11 15:13:09 -0700
commit887ab35656b3aa235a38004f9889a09397dae9c5 (patch)
tree5b4d1ec9874c3daced93033b07c3496750936ba6 /test/utils/shippable/units.sh
parent9ff25c0167943ee7f9abd0f1fa44d5ac804b7ece (diff)
downloadansible-887ab35656b3aa235a38004f9889a09397dae9c5.tar.gz
Add support for ansible-test --coverage-check. (#53573)
Diffstat (limited to 'test/utils/shippable/units.sh')
-rwxr-xr-xtest/utils/shippable/units.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/units.sh b/test/utils/shippable/units.sh
index 11d1a792ca..89712811c6 100755
--- a/test/utils/shippable/units.sh
+++ b/test/utils/shippable/units.sh
@@ -7,7 +7,7 @@ IFS='/:' read -ra args <<< "$1"
version="${args[1]}"
-if [[ "${COVERAGE:-}" ]]; then
+if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=90
else
timeout=10