diff options
Diffstat (limited to 'hacking/test-module.py')
-rwxr-xr-x | hacking/test-module.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hacking/test-module.py b/hacking/test-module.py index 6cdda7c426..54343e07e8 100755 --- a/hacking/test-module.py +++ b/hacking/test-module.py @@ -23,10 +23,10 @@ # modules # # example: -# ./hacking/test-module.py -m lib/ansible/modules/commands/command.py -a "/bin/sleep 3" -# ./hacking/test-module.py -m lib/ansible/modules/commands/command.py -a "/bin/sleep 3" --debugger /usr/bin/pdb -# ./hacking/test-module.py -m lib/ansible/modules/files/lineinfile.py -a "dest=/etc/exports line='/srv/home hostname1(rw,sync)'" --check -# ./hacking/test-module.py -m lib/ansible/modules/commands/command.py -a "echo hello" -n -o "test_hello" +# ./hacking/test-module.py -m lib/ansible/modules/command.py -a "/bin/sleep 3" +# ./hacking/test-module.py -m lib/ansible/modules/command.py -a "/bin/sleep 3" --debugger /usr/bin/pdb +# ./hacking/test-module.py -m lib/ansible/modules/lineinfile.py -a "dest=/etc/exports line='/srv/home hostname1(rw,sync)'" --check +# ./hacking/test-module.py -m lib/ansible/modules/command.py -a "echo hello" -n -o "test_hello" from __future__ import (absolute_import, division, print_function) __metaclass__ = type |