Skip to content

Commit

Permalink
Increase test log level
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed May 20, 2024
1 parent f135b81 commit 7dea492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/imports/UnitTests.targets
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<Delete Files="$(TrxTestResultsFile);$(HtmlTestResultsFile)" />

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

Expand Down

0 comments on commit 7dea492

Please sign in to comment.