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:
Matt Martz
2019-01-09 14:43:25 -06:00
committed by GitHub
parent 17bb4f4932
commit 6918b4e8f4
7 changed files with 141 additions and 0 deletions

View File

@@ -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