rename to test.filePatterns

This commit is contained in:
RiskyMH
2025-08-20 14:05:06 +10:00
parent 63157f00d1
commit fba0dd7e03
8 changed files with 548 additions and 354 deletions

View File

@@ -328,8 +328,8 @@ pub const Command = struct {
test_filter_pattern: ?[]const u8 = null,
test_filter_regex: ?*RegularExpression = null,
/// Test file glob patterns. If specified, these override the default test discovery patterns.
glob_patterns: ?[]const string = null,
/// Test file patterns. If specified, these override the default test discovery patterns.
file_patterns: ?[]const string = null,
file_reporter: ?TestCommand.FileReporter = null,
reporter_outfile: ?[]const u8 = null,