Skip to content

Commit 686b448

Browse files
committed
Switch to xunit logger
1 parent 36d0f1a commit 686b448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/runtests.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ REM only puts the explicit filter traits the user provided in
4444
REM Filter syntax: https://github.com/Microsoft/vstest-docs/blob/master/docs/filter.md
4545
set NONFLAKY_FILTER="Flaky:All!=true&Flaky:Helix:All!=true&Flaky:Helix:Queue:All!=true&Flaky:Helix:Queue:%HELIX%!=true"
4646
echo Running non-flaky tests.
47-
%DOTNET_ROOT%\dotnet vstest %target% --logger:trx --TestCaseFilter:%NONFLAKY_FILTER%
47+
%DOTNET_ROOT%\dotnet vstest %target% --logger:xunit --TestCaseFilter:%NONFLAKY_FILTER%
4848
if errorlevel 1 (
4949
echo Failure in non-flaky test 1>&2
5050
set exit_code=1

0 commit comments

Comments
 (0)