зеркало из https://github.com/dotnet/razor.git
Ensure that we log exceptions during tests
This commit is contained in:
Родитель
3138fb0be6
Коммит
214d921112
|
@ -73,6 +73,11 @@ internal partial class TestOutputLogger : ILogger
|
|||
try
|
||||
{
|
||||
_provider.TestOutputHelper.WriteLine(finalMessage);
|
||||
|
||||
if (exception is not null)
|
||||
{
|
||||
_provider.TestOutputHelper.WriteLine(exception.ToString());
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче