mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Pester tests won't run from directory with space (#1951)
Added quotes around file/pathnames as needed to get pester tests to run from build directory with a space in it.
This commit is contained in:
parent
aac88584fd
commit
d3538851c6
@ -554,7 +554,7 @@ function Start-PSPester {
|
||||
[switch]$DisableExit,
|
||||
[string[]]$ExcludeTag = "Slow",
|
||||
[string[]]$Tag = "CI",
|
||||
[string]$Path = "$PSScriptRoot/test/powershell"
|
||||
[string]$Path = "'$PSScriptRoot/test/powershell'"
|
||||
)
|
||||
|
||||
$powershell = Get-PSOutput
|
||||
|
Loading…
Reference in New Issue
Block a user