mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
parted: fix more ptests
Particularly parted is getting confused by udev's automounter mounting things in background. (From OE-Core rev: 23da99c731c55839f108f351c5c88de58d244cb8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ef3fc752e6
commit
023c71d65a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user