From: Alexander Kanavin Date: Mon, 20 Jan 2020 17:24:59 +0000 (+0100) Subject: parted: fix more ptests X-Git-Tag: uninative-2.8~477 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=23da99c731c55839f108f351c5c88de58d244cb8;p=openembedded-core.git parted: fix more ptests Particularly parted is getting confused by udev's automounter mounting things in background. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/parted/files/run-ptest b/meta/recipes-extended/parted/files/run-ptest index b57c29400a..f39c478ce6 100644 --- a/meta/recipes-extended/parted/files/run-ptest +++ b/meta/recipes-extended/parted/files/run-ptest @@ -1,3 +1,5 @@ #!/bin/sh +echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp make -C tests test-suite.log +rm /etc/udev/mount.blacklist.d/parted-tmp