PowerShell/test/powershell/Modules/Microsoft.Powershell.Host
Steve Lee 99e3fe586e Enable transcription of native commands on non-Windows (#4871)
Transcription was relying on reading the screen buffer to record output from native commands.
This resulted in an unhandled exception calling an unimplemented API on non-Windows.
The fix is to use redirected output/error if reading the screen buffer is not supported.
We check whether screen scraping is supported or not only when the application is running standalone.
2017-09-28 17:15:37 -07:00
..
Start-Transcript.Tests.ps1 Enable transcription of native commands on non-Windows (#4871) 2017-09-28 17:15:37 -07:00