PowerShell/test/powershell/engine
Steve Lee 5b42126f7c Don't format exceptions that aren't ErrorRecords (#11415)
* In one of the previous PRs for ConciseView, System.Exception was incorrectly added to the typenames handled by the ErrorRecord formatting. This results in just Exception objects written to the console to not be rendered since the ErrorRecord formatting didn't handle this situation. Fix is to remove the line to add that type putting it back to how it was previously. 

* Also made the handling of ErrorRecord a bit more robust just in case Exception.Message doesn't exist nor a Message property.
2019-12-21 09:45:44 +05:00
..
Api Avoid variable names that conflict with automatic variables (#11392) 2019-12-20 12:09:03 -08:00
Basic Add native binary resolver (#11032) 2019-12-09 12:03:53 -08:00
Cdxml Remove broken HelpUri from CimTest (#8688) 2019-01-22 11:21:45 -08:00
COM Display com method signature with argument names (#9858) 2019-06-20 13:22:30 -07:00
ETS Fix test failing when UnixStat feature is disabled (#11370) 2019-12-20 15:32:50 -08:00
ExperimentalFeature Enable Experimental Features by default on Preview builds (#10228) 2019-08-08 11:37:25 -07:00
Formatting Don't format exceptions that aren't ErrorRecords (#11415) 2019-12-21 09:45:44 +05:00
Help Fixes FWLinks for PS7 online help documents (#11071) 2019-12-02 10:25:56 -08:00
Job Fix Start-Job working directory path with trailing back slash (#11041) 2019-11-15 17:05:27 -08:00
Module Update setting PSModulePath to concatenate the process + machine env var (#11276) 2019-12-09 16:25:08 -08:00
ParameterBinding Test changes needed for running in a container (#7869) 2018-09-28 13:49:31 -07:00
Remoting Re-add check for Invoke-Command job dispose. (#11388) 2019-12-20 12:13:34 -08:00
ResourceValidation Fix tests running in Azure DevOps (#8220) 2018-11-09 15:11:02 -08:00
Security Use https in URLs where available (#8622) 2019-01-24 12:50:11 -08:00