Skip to content

Commit f44a621

Browse files
committed
chore: revert console log level to normal
1 parent 4c17b08 commit f44a621

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build/BenchmarkDotNet.Build/Runners/UnitTestRunner.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ private DotNetTestSettings GetTestSettingsParameters(FilePath logFile, string tf
5151
ArgumentCustomization = args
5252
=> args.Append("--report-trx")
5353
.AppendSwitchQuoted("--report-trx-filename", System.IO.Path.GetFileName(logFile.FullPath))
54-
.AppendSwitch("--output", "Detailed")
5554
.Append("--no-progress"),
5655
};
5756
return settings;

0 commit comments

Comments
 (0)