| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6a47ff4 commit 7b94982
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1605,7 +1605,7 @@ def ArgsToTestPaths(test_root, args, suites): | |||
| 1605 | 1605 | if len(args) == 0 or 'default' in args: | |
| 1606 | 1606 | def_suites = [s for s in suites if s not in IGNORED_SUITES] | |
| 1607 | 1607 | args = [a for a in args if a != 'default'] + def_suites | |
| 1608 | - subsystem_regex = re.compile(r'^[a-zA-Z-]*$') | ||
| 1608 | + subsystem_regex = re.compile(r'^[a-zA-Z0-9-]*$') | ||
| 1609 | 1609 | check = lambda arg: subsystem_regex.match(arg) and (arg not in suites) | |
| 1610 | 1610 | mapped_args = ["*/test*-%s-*" % arg if check(arg) else arg for arg in args] | |
| 1611 | 1611 | paths = [SplitPath(NormalizePath(a)) for a in mapped_args] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments