summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2019-08-05 13:29:50 -0700
committerGitHub <noreply@github.com>2019-08-05 13:29:50 -0700
commit31c7a61f9d4ccf3ea44c0ddea084a82afa632c59 (patch)
tree1d2d86ed0c7b3ed46f69e649d0beb4858c5ae54f /test/utils
parentd2cc9f5f06816935747638f5b4019b84d5932a51 (diff)
downloadansible-31c7a61f9d4ccf3ea44c0ddea084a82afa632c59.tar.gz
Clean up old ansible-test references and code. (#60103)
* Remove obsolete ansible-test retry.py. * Use ansible-test from bin/ intead of test/runner/.
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/dci/dci-coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/dci/dci-coverage.sh b/test/utils/dci/dci-coverage.sh
index 249844eb36..42eba4554b 100755
--- a/test/utils/dci/dci-coverage.sh
+++ b/test/utils/dci/dci-coverage.sh
@@ -9,7 +9,7 @@ if find test/results/coverage/ -mindepth 1 -name '.*' -prune -o -print -quit | g
stub=""
# shellcheck disable=SC2086
- test/runner/ansible-test coverage xml -v --requirements --group-by command --group-by version ${stub:+"$stub"}
+ bin/ansible-test coverage xml -v --requirements --group-by command --group-by version ${stub:+"$stub"}
# upload coverage report to codecov.io
for file in test/results/reports/coverage=*.xml; do