You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/roles/test_win_script/files
Chris Church 1d15e8f37a Pass windows command as-is without splitting/rejoining parameters.
* Fixes extra spaces added between parameters from https://github.com/ansible/ansible-modules-core/issues/1929
* Correctly decode PowerShell command encoded as UTF-16-LE so that it displays correctly in debug messages, fixes the other issue from https://github.com/ansible/ansible-modules-core/issues/1929
* Add test to verify that script parameters are passed as-is, so $true is interpreted as a boolean, fixes https://github.com/ansible/ansible/issues/10947
9 years ago
..
test_script.bat Add winrm integration tests for raw, script and ping modules. 10 years ago
test_script.cmd Fixes for WinRM/PowerShell support in v2. 9 years ago
test_script.ps1 Add winrm integration tests for raw, script and ping modules. 10 years ago
test_script_bool.ps1 Pass windows command as-is without splitting/rejoining parameters. 9 years ago
test_script_creates_file.ps1 Fixes for WinRM/PowerShell support in v2. 9 years ago
test_script_removes_file.ps1 Fixes for WinRM/PowerShell support in v2. 9 years ago
test_script_with_args.ps1 Add winrm integration tests for raw, script and ping modules. 10 years ago
test_script_with_errors.ps1 Add integration tests for fetch/slurp, make powershell fetch/slurp work as close as possible to existing fetch/slurp modules. 10 years ago
test_script_with_splatting.ps1 Update PowerShell command line processing to handle parameters passed via splatting. 10 years ago