diff options
author | Matt Clay <matt@mystile.com> | 2019-08-05 22:29:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 22:29:50 +0200 |
commit | 31c7a61f9d4ccf3ea44c0ddea084a82afa632c59 (patch) | |
tree | 1d2d86ed0c7b3ed46f69e649d0beb4858c5ae54f /docs | |
parent | Bugfix 60043: turn off the default db warning where it doesn't make sense (#6... (diff) | |
download | ansible-31c7a61f9d4ccf3ea44c0ddea084a82afa632c59.tar.xz ansible-31c7a61f9d4ccf3ea44c0ddea084a82afa632c59.zip |
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')
-rwxr-xr-x | docs/bin/testing_formatter.sh | 2 |
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 |