summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-01-20 18:24:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-21 12:52:48 +0000
commit23da99c731c55839f108f351c5c88de58d244cb8 (patch)
tree0a2527a3aca0c00cfdf7cf47f95e2a8ee64b46da /meta/recipes-extended/parted
parentf3e27d8e23df37fb06f77af1583021f471dede51 (diff)
downloadopenembedded-core-23da99c731c55839f108f351c5c88de58d244cb8.tar.gz
parted: fix more ptests
Particularly parted is getting confused by udev's automounter mounting things in background. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/parted')
-rw-r--r--meta/recipes-extended/parted/files/run-ptest2
1 files changed, 2 insertions, 0 deletions
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