[oe-commits] [openembedded-core] 03/06: mdadm: fix more ptests

git at git.openembedded.org git at git.openembedded.org
Sun Feb 23 23:34:52 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit a8983d659b27219a0d70e56882727ceddd0f4331
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Sat Feb 22 23:09:08 2020 +0100

    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/mdadm/files/run-ptest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/mdadm/files/run-ptest b/meta/recipes-extended/mdadm/files/run-ptest
index 7959c05..fae8071 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/*

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list