summaryrefslogtreecommitdiff
path: root/test/utils/shippable/windows.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/shippable/windows.sh')
-rwxr-xr-xtest/utils/shippable/windows.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/shippable/windows.sh b/test/utils/shippable/windows.sh
index 7ac724c8ce..0c7a0dd8cc 100755
--- a/test/utils/shippable/windows.sh
+++ b/test/utils/shippable/windows.sh
@@ -22,7 +22,7 @@ if [ -s /tmp/windows.txt ]; then
target="windows/ci/"
- ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements \
+ ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements "${COVERAGE}" \
--windows 2008-SP2 \
--windows 2008-R2_SP1 \
--windows 2012-RTM \
@@ -34,6 +34,6 @@ else
target="windows/ci/group${job}/"
- ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements \
+ ansible-test windows-integration --color -v --retry-on-error "${target}" --requirements "${COVERAGE}" \
--windows 2012-R2_RTM
fi