]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Sep 2020 15:37:26 +0000 (16:37 +0100)
commitbcd048afc472647d12367a16b68dbe96c203fd6f
tree0da8c06873c13e8c19201cd4805e4108972b38dd
parent107f32cfb01a72da60864529f9b3d45abeb3eb68
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>
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