Skip to content

Commit 9f969a3

Browse files
natemcmasterJunTaoLuo
andcommitted
Update eng/helix/vstest/runtests.sh
Co-Authored-By: JunTaoLuo <[email protected]>
1 parent c13ea52 commit 9f969a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/vstest/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fi
7373
# Filter syntax: https://github.com/Microsoft/vstest-docs/blob/master/docs/filter.md
7474
NONFLAKY_FILTER="Flaky:All!=true&Flaky:Helix:All!=true&Flaky:Helix:Queue:All!=true&Flaky:Helix:Queue:$HELIX!=true"
7575
echo "Running non-flaky tests."
76-
$DOTNET_ROOT/dotnet vstest $1 '--logger:trx;LogFileName=test-results.xml' --TestCaseFilter:"$NONFLAKY_FILTER"
76+
$DOTNET_ROOT/dotnet vstest $1 --logger:trx --TestCaseFilter:"$NONFLAKY_FILTER"
7777
nonflaky_exitcode=$?
7878
if [ $nonflaky_exitcode != 0 ]; then
7979
echo "Non-flaky tests failed!" 1>&2

0 commit comments

Comments
 (0)