]> code.ossystems Code Review - openembedded-core.git/commitdiff
mdadm: fix more ptests
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sat, 22 Feb 2020 22:09:08 +0000 (23:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 23 Feb 2020 23:33:43 +0000 (23:33 +0000)
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>
meta/recipes-extended/mdadm/files/run-ptest

index 7959c055ad5ee60fab4ee6243bcbe4d86849de84..fae8071d4351b15991f197019ec28d87b6f79fba 100644 (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/*