mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
param (
|
||||
[int]$port = 8000,
|
||||
[int]$port = 8000
|
||||
)
|
||||
|
||||
$listener = New-Object Net.HttpListener
|
||||
|
||||
@@ -1 +1 @@
|
||||
Write-Host "Ansible supports spaces in the path to the script."
|
||||
Write-Output "Ansible supports spaces in the path to the script."
|
||||
|
||||
Reference in New Issue
Block a user