summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/parted/files/run-ptest
blob: c3d6fca3391606fdeb7771b84c2b97d3d6d5be79 (plain)
1
2
3
4
5
6
7
#!/bin/sh

mkdir -p /etc/udev/mount.blacklist.d
echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp
rm -f tests/*.log
make -C tests test-suite.log
rm /etc/udev/mount.blacklist.d/parted-tmp