From 9d3cc0fb89cc4bd8a4f4fe168eff08a3c8bc8d2f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 1 Oct 2020 17:11:11 +0100 Subject: parted: improve ptest Add a RRECOMMENDS on kernel-module-scsi-debug as this module is needed for many of the tests. Create the udev mount blacklist directory before writing into it, as it doesn't always exist. Delete any existing log files before calling make, as otherwise the tests cannot be repeated. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/parted/files/run-ptest | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-extended/parted/files') diff --git a/meta/recipes-extended/parted/files/run-ptest b/meta/recipes-extended/parted/files/run-ptest index f39c478ce6..374f1bfbc9 100644 --- a/meta/recipes-extended/parted/files/run-ptest +++ b/meta/recipes-extended/parted/files/run-ptest @@ -1,5 +1,7 @@ #!/bin/sh +mkdir -p /etc/udev/mount.blacklist.d echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp +rm -f *.log make -C tests test-suite.log rm /etc/udev/mount.blacklist.d/parted-tmp -- cgit 1.2.3-korg