We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c17b08 commit f44a621Copy full SHA for f44a621
1 file changed
build/BenchmarkDotNet.Build/Runners/UnitTestRunner.cs
@@ -51,7 +51,6 @@ private DotNetTestSettings GetTestSettingsParameters(FilePath logFile, string tf
51
ArgumentCustomization = args
52
=> args.Append("--report-trx")
53
.AppendSwitchQuoted("--report-trx-filename", System.IO.Path.GetFileName(logFile.FullPath))
54
- .AppendSwitch("--output", "Detailed")
55
.Append("--no-progress"),
56
};
57
return settings;
0 commit comments