From a10e15c765c38896183f20d8b93f505afb702bf4 Mon Sep 17 00:00:00 2001 From: Greg DeKoenigsberg Date: Wed, 20 Jan 2016 10:29:25 -0500 Subject: [PATCH] Update developing_test_pr.rst --- docsite/rst/developing_test_pr.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docsite/rst/developing_test_pr.rst b/docsite/rst/developing_test_pr.rst index 1a5593ae44..cf3d0d7536 100644 --- a/docsite/rst/developing_test_pr.rst +++ b/docsite/rst/developing_test_pr.rst @@ -103,13 +103,12 @@ Ansible modules are in separate repositories, which are managed as Git submodule 1. git clone https://github.com/ansible/ansible.git 2. cd ansible 3. git submodule init -4. git submodule update --recursive +4. git submodule update --recursive [ fetches the submodules ] 5. cd lib/ansible/modules/extras -6. git fetch origin pull/1234/head:pr/1234 -7. git checkout pr/1234 -8. [ Do your tests here ] -9. cd /path/to/ansible/clone -10. git submodule update --recursive +6. git fetch origin pull/1234/head:pr/1234 [ fetches the specific PR ] +7. git checkout pr/1234 [ do your testing here ] +8. cd /path/to/ansible/clone +9. git submodule update --recursive For Those About To Test, We Salute You ++++++++++++++++++++++++++++++++++++++