diff --git a/docsite/rst/developing_test_pr.rst b/docsite/rst/developing_test_pr.rst index af7c4bbb13f..1a5593ae446 100644 --- a/docsite/rst/developing_test_pr.rst +++ b/docsite/rst/developing_test_pr.rst @@ -107,9 +107,9 @@ Ansible modules are in separate repositories, which are managed as Git submodule 5. cd lib/ansible/modules/extras 6. git fetch origin pull/1234/head:pr/1234 7. git checkout pr/1234 -[ DO YOUR TESTING HERE ] -8. cd /path/to/ansible/clone -9. git submodule update --recursive +8. [ Do your tests here ] +9. cd /path/to/ansible/clone +10. git submodule update --recursive For Those About To Test, We Salute You ++++++++++++++++++++++++++++++++++++++