Update PowerShell command line processing to handle parameters passed via splatting.

This commit is contained in:
Chris Church 2014-11-23 22:53:10 -05:00
commit e9b6aaf5d8
5 changed files with 49 additions and 4 deletions

View file

@ -0,0 +1,5 @@
---
# Parameters to pass to test scripts.
test_win_script_value: VaLuE
test_win_script_splat: "@{This='THIS'; That='THAT'; Other='OTHER'}"