mirror of https://github.com/ansible/ansible.git
Miscellaneous test fixes. (#35301)
* Add missing pylint test for invalid path. * Fix syntax in integration test. * Use Write-Output in win_script test script. * Fix pylint in explain mode.pull/35307/head
parent
d7f71ce6ae
commit
8ea0bfe9a3
@ -1 +1 @@
|
||||
Write-Host "Ansible supports spaces in the path to the script."
|
||||
Write-Output "Ansible supports spaces in the path to the script."
|
||||
|
||||
Loading…
Reference in New Issue