]> 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>
Wed, 2 Sep 2020 14:58:05 +0000 (15:58 +0100)
commitea8fbcb7978ce48d7a9a83143d09402329535f86
treea255d7dc1d336a8cc74017e53f8771067ecf5387
parentce8f6f139a82eeb20cc7cb9f7950b42684775ed8
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