]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: reproducible: Fix test not producing diffs
authorJoshua Watt <JPEWhacker@gmail.com>
Sun, 30 Aug 2020 03:00:34 +0000 (22:00 -0500)
committerSteve Sakoman <steve@sakoman.com>
Thu, 4 Nov 2021 16:24:32 +0000 (06:24 -1000)
commita1087756221b8fcfe9c6903e678920f96e12292e
tree8125718fb4eb9157ecb12408b28dde801d79eef8
parent38fc0807eea14dc12610da4ba73c082d5a4b0744
oeqa: reproducible: Fix test not producing diffs

Diffoscope changed the --exclude-directory-metadata option to require an
argument.

Add a test to validate that diffoscope is functioning as
expected to ensure that future upgrades do not unintentionally break
the reproducibility tests.

[YOCTO #14025]

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ea8fbcb7978ce48d7a9a83143d09402329535f86)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/reproducible.py