summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/files/run-ptest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-17 12:50:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-20 22:52:22 +0100
commitb5c0b44a066077fccf4d6c2d811d55622376b546 (patch)
tree7f46332438e07acad227a7403b2880fdf1c7ecf9 /meta/recipes-extended/parted/files/run-ptest
parent5553ef8096a2ba48272df58845a8f9e23f8f5297 (diff)
downloadpoky-b5c0b44a066077fccf4d6c2d811d55622376b546.tar.gz
udev-extraconf/initrdscripts/parted: Rename mount.blacklist -> mount.ignorelist
(From OE-Core rev: 69e486ddb3059f80ba538e1f59c2ca8a8df0faf9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/parted/files/run-ptest')
-rw-r--r--meta/recipes-extended/parted/files/run-ptest6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/parted/files/run-ptest b/meta/recipes-extended/parted/files/run-ptest
index c3d6fca339..096078967f 100644
--- a/meta/recipes-extended/parted/files/run-ptest
+++ b/meta/recipes-extended/parted/files/run-ptest
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3mkdir -p /etc/udev/mount.blacklist.d 3mkdir -p /etc/udev/mount.ignorelist.d
4echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp 4echo /dev/sda1 >> /etc/udev/mount.ignorelist.d/parted-tmp
5rm -f tests/*.log 5rm -f tests/*.log
6make -C tests test-suite.log 6make -C tests test-suite.log
7rm /etc/udev/mount.blacklist.d/parted-tmp 7rm /etc/udev/mount.ignorelist.d/parted-tmp