made powershell invoke compatible with linux

This commit is contained in:
Travis Plunk 2016-07-20 15:10:39 -07:00
parent a51618aa4c
commit 6fea33379d

View file

@ -44,7 +44,7 @@ $pesterCommand | Export-Clixml -Path $testResultPath
Write-Verbose -Message "command: '$command'" -Verbose
$bytes = [System.Text.Encoding]::Unicode.GetBytes($command)
$encodedCommand = [Convert]::ToBase64String($bytes)
&"$PSHOME/Powershell.exe" -encodedCommand $encodedCommand
&"$PSHOME/powershell" -encodedCommand $encodedCommand
it "Should have test results file" {
$testResultPath | should exist