mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
docs: fix tr.pl and stat-printf.pl don't show up in gnu-full-result
This commit is contained in:
@@ -18,7 +18,7 @@ for filepath in test_dir.glob("**/*.log"):
|
||||
current[key] = {}
|
||||
current = current[key]
|
||||
try:
|
||||
with open(path) as f:
|
||||
with open(path, errors="ignore") as f:
|
||||
content = f.read()
|
||||
result = re.search(
|
||||
r"(PASS|FAIL|SKIP|ERROR) [^ ]+ \(exit status: \d+\)$", content
|
||||
|
||||
Reference in New Issue
Block a user