1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/win_module_utils/library
Jordan Borean e972287c35 win_exec: refactor PS exec runner (#45334)
* win_exec: refactor PS exec runner

* more changes for PSCore compatibility

* made some changes based on the recent review

* split up module exec scripts for smaller payload

* removed C# module support to focus on just error msg improvement

* cleaned up c# test classifier code
2018-10-02 15:55:53 -07:00
..
add_type_test.ps1 win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
argv_parser_test.ps1
camel_conversion_test.ps1
command_util_test.ps1
csharp_util.ps1 win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
file_util_test.ps1 fix Ansible.ModuleUtils.FileUtil to respect ErrorAction if running in a try/catch (#45451) 2018-09-11 09:47:56 +10:00
legacy_only_new_way.ps1
legacy_only_new_way_win_line_ending.ps1 Tolerate win line endings on windows module_util load (#37291) 2018-04-06 07:13:31 +10:00
legacy_only_old_way.ps1
legacy_only_old_way_win_line_ending.ps1 Tolerate win line endings on windows module_util load (#37291) 2018-04-06 07:13:31 +10:00
privilege_util_test.ps1 Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179) 2018-07-30 14:48:54 -07:00
recursive_requires.ps1 powershell: support recursive requires statements (#43143) 2018-07-24 08:16:16 +10:00
sid_utils_test.ps1 Ansible.ModuleUtils.SID - allow SID as an input to allow people to specify well know SIDs instead of the name (#39400) 2018-04-30 16:18:25 +10:00
symbolic_link_test.ps1
uses_bogus_utils.ps1
uses_local_utils.ps1