summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-03-08 15:18:41 -0800
committerMatt Clay <matt@mystile.com>2019-03-08 16:29:14 -0800
commit9546761407efd4f9e0d7a7c94d6719ee69a096d9 (patch)
tree2bb1e0d77f09d764f1e796720711524687267e35 /test/utils
parent8fe9eb7b9292a7f79a722a22fbb1b1b459a4b091 (diff)
downloadansible-9546761407efd4f9e0d7a7c94d6719ee69a096d9.tar.gz
Fix coverage stub generation in CI.
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/shippable/shippable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/shippable.sh b/test/utils/shippable/shippable.sh
index 78cef019e8..22ff3c0cce 100755
--- a/test/utils/shippable/shippable.sh
+++ b/test/utils/shippable/shippable.sh
@@ -75,7 +75,7 @@ function cleanup
{
if find test/results/coverage/ -mindepth 1 -name '.*' -prune -o -print -quit | grep -q .; then
# for complete on-demand coverage generate a report for all files with no coverage on the "other" job so we only have one copy
- if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ] && [ "${test}" == "other" ]; then
+ if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ] && [ "${test}" == "sanity/1" ]; then
stub="--stub"
else
stub=""