summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/files/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/parted/files/run-ptest')
-rw-r--r--meta/recipes-extended/parted/files/run-ptest6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-extended/parted/files/run-ptest b/meta/recipes-extended/parted/files/run-ptest
index 695c5e8a7b..096078967f 100644
--- a/meta/recipes-extended/parted/files/run-ptest
+++ b/meta/recipes-extended/parted/files/run-ptest
@@ -1,3 +1,7 @@
#!/bin/sh
-make -C tests check-TESTS
+mkdir -p /etc/udev/mount.ignorelist.d
+echo /dev/sda1 >> /etc/udev/mount.ignorelist.d/parted-tmp
+rm -f tests/*.log
+make -C tests test-suite.log
+rm /etc/udev/mount.ignorelist.d/parted-tmp