From 6d7ce6dbd8e44cd1c6cb339951fc75c59825c89f Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Fri, 14 Oct 2022 12:37:07 +0300 Subject: [PATCH] readme: mention edid-decode version I was scratching my head for a good while, why does the test suite fail straight out of upstream on one EDID file. Turns out I was using a different version of edid-decode than CI, which caused the recorded diff patch to fail to apply. I was missing 41507c0b5fcaadcd226040f14d60355f50897568 "ci: update edid-decode" Make an explicit note about this dependency. Signed-off-by: Pekka Paalanen --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 245caba..357b801 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ contains a small collection of EDID blobs and diffs between upstream up-to-date. A patch should never make the diffs grow larger. To add a new EDID blob or update a diff, use `test/edid-decode-diff.sh test/data/`. +To run the test suite locally, you need to use [edid-decode] of the git +revision mentioned in `.gitlab-ci.yml`. Otherwise you may experience false +failures. + The latest code coverage report is available on [GitLab CI][coverage]. ## Fuzzing