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:
Alexander Kanavin
2020-02-22 23:09:08 +01:00
committed by Richard Purdie
parent 949b064215
commit a6879f527e

View File

@@ -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/*