Skip to content

Commit 1c0c33f

Browse files
committed
Switch to xunit
1 parent 686b448 commit 1c0c33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ fi
9494
# Filter syntax: https://github.com/Microsoft/vstest-docs/blob/master/docs/filter.md
9595
NONFLAKY_FILTER="Flaky:All!=true&Flaky:Helix:All!=true&Flaky:Helix:Queue:All!=true&Flaky:Helix:Queue:$helix_queue_name!=true"
9696
echo "Running non-flaky tests."
97-
$DOTNET_ROOT/dotnet vstest $test_binary_path --logger:trx --TestCaseFilter:"$NONFLAKY_FILTER"
97+
$DOTNET_ROOT/dotnet vstest $test_binary_path --logger:xunit --TestCaseFilter:"$NONFLAKY_FILTER"
9898
nonflaky_exitcode=$?
9999
if [ $nonflaky_exitcode != 0 ]; then
100100
echo "Non-flaky tests failed!" 1>&2

0 commit comments

Comments
 (0)