mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add tests for WANT_JSON and old style modules (#50555)
* Add tests for WANT_JSON and old style modules * quote source path * Attempt to further appease tests * Check for file and not just exists * omg don't be dumb * moar fixes * shellcheck is the worst :) * Test the custom modules for failure without arg files
This commit is contained in:
parent
17bb4f4932
commit
6918b4e8f4
7 changed files with 141 additions and 0 deletions
|
@ -28,6 +28,7 @@ def main():
|
|||
'test/integration/targets/win_module_utils/library/legacy_only_new_way_win_line_ending.ps1',
|
||||
'test/integration/targets/win_module_utils/library/legacy_only_old_way_win_line_ending.ps1',
|
||||
'test/utils/shippable/timing.py',
|
||||
'test/integration/targets/old_style_modules_posix/library/helloworld.sh',
|
||||
])
|
||||
|
||||
# see https://unicode.org/faq/utf_bom.html#bom1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue