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-ptest2
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 f39c478ce6..374f1bfbc9 100644
--- a/meta/recipes-extended/parted/files/run-ptest
+++ b/meta/recipes-extended/parted/files/run-ptest
@@ -1,5 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3mkdir -p /etc/udev/mount.blacklist.d
3echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp 4echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp
5rm -f *.log
4make -C tests test-suite.log 6make -C tests test-suite.log
5rm /etc/udev/mount.blacklist.d/parted-tmp 7rm /etc/udev/mount.blacklist.d/parted-tmp