diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-20 18:24:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-21 12:52:53 +0000 |
commit | 023c71d65a5a1299e9f9b4d1f2bf724fb1690be3 (patch) | |
tree | acae766f8fe7f833a24fbdb4d34636fac98c8fd9 | |
parent | ef3fc752e6543abc2e55b4d69a65de65d146c925 (diff) | |
download | poky-023c71d65a5a1299e9f9b4d1f2bf724fb1690be3.tar.gz |
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>
-rw-r--r-- | meta/recipes-extended/parted/files/run-ptest | 2 |
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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp | ||
3 | make -C tests test-suite.log | 4 | make -C tests test-suite.log |
5 | rm /etc/udev/mount.blacklist.d/parted-tmp | ||