summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-02-22 23:09:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-23 23:33:43 +0000
commita8983d659b27219a0d70e56882727ceddd0f4331 (patch)
treeff589222d7f030fed907929ccc4f659b860e700a /meta
parentf9c953295a44f74c6394d155dfa080384f637806 (diff)
downloadopenembedded-core-contrib-a8983d659b27219a0d70e56882727ceddd0f4331.tar.gz
mdadm: fix more ptests
Particularly: 1. set $dir, so supplementary utilities can be found 2. disable integrity checks as they take more time than any other test Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 7959c055ad..fae8071d43 100644
--- a/meta/recipes-extended/mdadm/files/run-ptest
+++ b/meta/recipes-extended/mdadm/files/run-ptest
@@ -2,6 +2,6 @@
mkdir -p /mdadm-testing-dir
# make the test continue to execute even one fail
-./test --keep-going
+dir=. ./test --keep-going --disable-integrity
rm -rf /mdadm-testing-dir/*