PowerShell/test/powershell/SDK
Steve Lee 41f65de57c Change positional parameter for powershell.exe from -Command to -File (#4019)
Previously powershell.exe treated unknown arguments as a command line to execute. To align with POSIX so that things like shebang scripts work correctly, we are changing powershell.exe so that it treats unknown arguments (aka positional argument) as a file. This means that `powershell foo` will now attempt to use `foo` as a PowerShell script whereas previously `foo` would be treated as a command to execute. This doesn't affect existing usage of either -File nor -Command. Fixed tests that didn't explicitly use -Command parameter.
2017-06-19 12:17:56 -07:00
..
assets Restructure of pester test layout 2016-06-29 12:05:41 -07:00
Json.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
PSDebugging.Tests.ps1 Change positional parameter for powershell.exe from -Command to -File (#4019) 2017-06-19 12:17:56 -07:00