diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2020-08-29 22:00:34 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-02 16:00:46 +0100 |
commit | d7aec2f4a3e612d4b360c1a52f4dadd75c1e6b53 (patch) | |
tree | dc78961df9ae8b566be22bb6420eae7cde0bca31 /meta/lib/oeqa/selftest/cases/diffoscope | |
parent | 8633b278ef6168352e3074965a82b14093c783fb (diff) | |
download | poky-d7aec2f4a3e612d4b360c1a52f4dadd75c1e6b53.tar.gz |
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]
(From OE-Core rev: ea8fbcb7978ce48d7a9a83143d09402329535f86)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/diffoscope')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt | 1 | ||||
-rw-r--r-- | meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt b/meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt new file mode 100644 index 0000000000..f70f10e4db --- /dev/null +++ b/meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt | |||
@@ -0,0 +1 @@ | |||
A | |||
diff --git a/meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt b/meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt new file mode 100644 index 0000000000..223b7836fb --- /dev/null +++ b/meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt | |||
@@ -0,0 +1 @@ | |||
B | |||