Merge pull request #2025 from PowerShell/revert-1951-pesterfix

Revert "Pester tests wouldn't run from build directory with spaces"
This commit is contained in:
Dongbo Wang 2016-08-22 17:16:21 -07:00 committed by GitHub
commit e4c5d013eb

View file

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