Fix: preserve original test selectors in processOptions

Was replacing all selectors with SuiteSelector, now uses t.selectors
to preserve the original test's selectors.
This commit is contained in:
Eruis2579 2026-02-12 10:02:48 -05:00
parent b4f0358f1e
commit d5ee39fc21
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ object Tests {
t.name,
t.fingerprint,
explicitlySpecified = explicitlyRequestedNames.contains(t.name),
Array(new SuiteSelector: Selector)
t.selectors
)
)
new ProcessedOptions(