Skip to content

Commit c2494c8

Browse files
committed
Increase test log level further
1 parent 7dea492 commit c2494c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/imports/UnitTests.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<Delete Files="$(TrxTestResultsFile);$(HtmlTestResultsFile)" />
4444

4545
<!-- xUnit writes to STDERR (test name) and STDOUT (error message, stack). STDERR gets logged as an error. -->
46-
<Exec Command='$(TestRunner) --verbosity normal --nologo --logger "trx;logfilename=$(TrxTestResultsFile)" --logger "html;logfilename=$(HtmlTestResultsFile)" $(TargetPath)' LogStandardErrorAsError="true" IgnoreExitCode="true">
46+
<Exec Command='$(TestRunner) --verbosity diagnostic --nologo --logger "trx;logfilename=$(TrxTestResultsFile)" --logger "html;logfilename=$(HtmlTestResultsFile)" $(TargetPath)' LogStandardErrorAsError="true" IgnoreExitCode="true">
4747
<Output TaskParameter="ExitCode" PropertyName="ExitCode" />
4848
</Exec>
4949

0 commit comments

Comments
 (0)