summaryrefslogtreecommitdiff
path: root/docs/bin
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 /docs/bin
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 'docs/bin')
-rwxr-xr-xdocs/bin/testing_formatter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bin/testing_formatter.sh b/docs/bin/testing_formatter.sh
index 4f18d0891b..8db81bf030 100755
--- a/docs/bin/testing_formatter.sh
+++ b/docs/bin/testing_formatter.sh
@@ -16,7 +16,7 @@ For information on how to run these tests, see :ref:\`sanity testing guide <test
.. toctree::
:maxdepth: 1
-$(for test in $(../../test/runner/ansible-test sanity --list-tests --allow-disabled); do echo " ${test}"; done)
+$(for test in $(../../bin/ansible-test sanity --list-tests --allow-disabled); do echo " ${test}"; done)
EOF