1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-14 11:57:40 +00:00

Merge pull request #4774 from rsutphin/source_env_in_mod_dev_docs

Document env dependency for test-module
This commit is contained in:
Michael DeHaan 2013-11-01 15:27:36 -07:00
commit 874c0d1c00

View file

@ -61,6 +61,7 @@ Testing Modules
There's a useful test script in the source checkout for ansible::
git clone git@github.com:ansible/ansible.git
source ansible/hacking/env-setup
chmod +x ansible/hacking/test-module
Let's run the script you just wrote with that::