We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162016a commit 6c131a2Copy full SHA for 6c131a2
1 file changed
Sources/Testing/ABI/EntryPoints/EntryPoint.swift
@@ -661,8 +661,9 @@ public func configurationForEntryPoint(from args: __CommandLineArguments_v0) thr
661
}
662
663
guard !regexes.isEmpty else {
664
- // Return early with just the tag filter, even though the `reduce` logic
665
- // below can handle this case, in order to avoid the `#available` guard.
+ // Return early with just the tag filter, otherwise we try to match
+ // against an empty array of regular expressions which is _not_
666
+ // equivalent to `.unfiltered`.
667
return [tagFilter]
668
669
0 commit comments