mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
tools/health-check: ignore more video file types for newline check
We are going a add a couple of .vp9 and .ivf files, these are binary and do not need to end with a newline. BUG=b:214478588 TEST=./tools/health-check passes with crrev.com/c/3875043 Change-Id: Ic4e434616ed880dbff5dae76108e8d6692d80584 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3990145 Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Auto-Submit: Alexandre Courbot <acourbot@chromium.org>
This commit is contained in:
parent
aa9bc60dc8
commit
0fbe82466f
1 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,8 @@ CHECKS: List[Check] = [
|
||||||
exclude=[
|
exclude=[
|
||||||
"**.h264",
|
"**.h264",
|
||||||
"**.vp8",
|
"**.vp8",
|
||||||
|
"**.vp9",
|
||||||
|
"**.ivf",
|
||||||
"**.bin",
|
"**.bin",
|
||||||
"**.png",
|
"**.png",
|
||||||
"**.min.js",
|
"**.min.js",
|
||||||
|
|
Loading…
Reference in a new issue