diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-22 23:09:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-23 23:33:48 +0000 |
commit | a6879f527ea26a0ec60d21ceefc9b311b7aaa310 (patch) | |
tree | d660b1a2aa7e86be18f4af9f7bdd68cd1a900ef8 /meta/recipes-extended | |
parent | 949b06421535633263e83d2944b703bf074402ae (diff) | |
download | poky-a6879f527ea26a0ec60d21ceefc9b311b7aaa310.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
(From OE-Core rev: a8983d659b27219a0d70e56882727ceddd0f4331)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/mdadm/files/run-ptest | 2 |
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 @@ | |||
2 | 2 | ||
3 | mkdir -p /mdadm-testing-dir | 3 | mkdir -p /mdadm-testing-dir |
4 | # make the test continue to execute even one fail | 4 | # make the test continue to execute even one fail |
5 | ./test --keep-going | 5 | dir=. ./test --keep-going --disable-integrity |
6 | 6 | ||
7 | rm -rf /mdadm-testing-dir/* | 7 | rm -rf /mdadm-testing-dir/* |