mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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 (From OE-Core rev: a8983d659b27219a0d70e56882727ceddd0f4331) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
949b064215
commit
a6879f527e
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
mkdir -p /mdadm-testing-dir
|
mkdir -p /mdadm-testing-dir
|
||||||
# make the test continue to execute even one fail
|
# make the test continue to execute even one fail
|
||||||
./test --keep-going
|
dir=. ./test --keep-going --disable-integrity
|
||||||
|
|
||||||
rm -rf /mdadm-testing-dir/*
|
rm -rf /mdadm-testing-dir/*
|
||||||
|
|||||||
Reference in New Issue
Block a user