mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
docs: fix tr.pl and stat-printf.pl don't show up in gnu-full-result
This commit is contained in:
parent
d28c4783c6
commit
787ad780c0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ for filepath in test_dir.glob("**/*.log"):
|
||||||
current[key] = {}
|
current[key] = {}
|
||||||
current = current[key]
|
current = current[key]
|
||||||
try:
|
try:
|
||||||
with open(path) as f:
|
with open(path, errors="ignore") as f:
|
||||||
content = f.read()
|
content = f.read()
|
||||||
result = re.search(
|
result = re.search(
|
||||||
r"(PASS|FAIL|SKIP|ERROR) [^ ]+ \(exit status: \d+\)$", content
|
r"(PASS|FAIL|SKIP|ERROR) [^ ]+ \(exit status: \d+\)$", content
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue