Skip to content

Commit

Permalink
Allows for testing binary modules (ansible#24857)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMartyn authored and alikins committed May 22, 2017
1 parent b12beca commit 014f336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacking/test-module
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def main():

argspath = None
if module_style not in ('new', 'ansiballz'):
if module_style == 'non_native_want_json':
if module_style in ('non_native_want_json', 'binary'):
argspath = write_argsfile(options.module_args, json=True)
elif module_style == 'old':
argspath = write_argsfile(options.module_args, json=False)
Expand Down

0 comments on commit 014f336

Please sign in to comment.