summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm/files/run-ptest
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2023-07-04 10:39:18 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-10 11:36:34 +0100
commit5276e9f9b842141ac4ceb470b401ee90f1341510 (patch)
tree7d2156ddd51cc4f2fdb1c4e1eaf51e44966258a5 /meta/recipes-extended/mdadm/files/run-ptest
parent03a94d9a35bf56a4bdf447d3f7431d8af7b23722 (diff)
downloadpoky-5276e9f9b842141ac4ceb470b401ee90f1341510.tar.gz
mdadm: skip running known broken ptests
Upstream marked some testcases as "KNOWN BROKEN" and introduced the "--skip-broken" flag to ignore them when running the testsuite (commits [1] and [2]). Backport these two commits to get rid of the last remaining ptest failures. Also, add the "--skip-broken" option to the run-ptest script. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=28520bf114b3 [2] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=daa86d663476 (From OE-Core rev: 62148b978b26b5fcd1a2fa3a0ff82ef814f4e7ec) Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm/files/run-ptest')
-rw-r--r--meta/recipes-extended/mdadm/files/run-ptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/mdadm/files/run-ptest b/meta/recipes-extended/mdadm/files/run-ptest
index fae8071d43..2380c322a9 100644
--- a/meta/recipes-extended/mdadm/files/run-ptest
+++ b/meta/recipes-extended/mdadm/files/run-ptest
@@ -2,6 +2,6 @@
2 2
3mkdir -p /mdadm-testing-dir 3mkdir -p /mdadm-testing-dir
4# make the test continue to execute even one fail 4# make the test continue to execute even one fail
5dir=. ./test --keep-going --disable-integrity 5dir=. ./test --keep-going --disable-integrity --skip-broken
6 6
7rm -rf /mdadm-testing-dir/* 7rm -rf /mdadm-testing-dir/*