-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
Server Tooling & Methods
-
ALL
unit test --filter currently accepts a substring to match test names.
This is only useful if the tests being targeted have a common substring that all the other tests in the executable don't share. We could just make this a regex match instead. Then you can target a very precise set of tests.