Fixed formatting

This commit is contained in:
Oleg Samarin 2021-07-14 19:23:44 +03:00
parent e97fb31d9b
commit 97bcb16000
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ namespace SummarizeTest
consoleThread.Join();
var traceFiles = Directory.GetFiles(tempPath, "trace*.*").Where(s => s.EndsWith(".xml") || s.EndsWith(".json")).ToArray();
// if no traces caused by the process failed then the result will include its stderr
// if no traces caused by the process failed then the result will include its stderr
if (process.ExitCode == 0 && traceFiles.Length == 0)
{
if (!traceToStdout)