Skip to content

Conversation

@kzu
Copy link
Member

@kzu kzu commented Sep 29, 2025

We were previously failing to properly consider that --filter as a dotnet test option needs to be combined into a single switch (via & for logical and) rather than appended to args. Otherwise, dotnet fails to properly run and shows command help instead.

Fixes #91

@kzu kzu added the enhancement New feature or request label Sep 29, 2025
We were previously failing to properly consider that `--filter` as a dotnet test option needs to be combined into a single switch (via `&` for logical and) rather than appended to args. Otherwise, dotnet fails to properly run and shows command help instead.

Fixes #91
@kzu
Copy link
Member Author

kzu commented Sep 29, 2025

1104 passed 1104 passed

🧪 Details on Microsoft Windows 10.0.26100

from dotnet-retest v42.42.301-pr96 on .NET 9.0.9 with 💜 by @devlooped

@kzu kzu enabled auto-merge (rebase) September 29, 2025 17:47
@kzu kzu merged commit ad9d87e into main Sep 29, 2025
9 checks passed
@kzu kzu deleted the dev/filtered branch September 29, 2025 17:48
@devlooped devlooped locked and limited conversation to collaborators Oct 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Command --filter "FullyQualifiedName!=TestProject1.UnitTest1.Test1" breaks the retry

2 participants