| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 91b2850 commit 71321bb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,7 +83,7 @@ def get_module(name, path): | |||
| 83 | 83 | ||
| 84 | 84 | ||
| 85 | 85 | logger = logging.getLogger('testrunner') | |
| 86 | - skip_regex = re.compile(r'# SKIP\S*\s+(.*)', re.IGNORECASE) | ||
| 86 | + skip_regex = re.compile(r'(?:\d+\.\.\d+|ok|not ok).*# SKIP\S*\s+(.*)', re.IGNORECASE) | ||
| 87 | 87 | ||
| 88 | 88 | VERBOSE = False | |
| 89 | 89 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments