1*4882a593Smuzhiyun#!/bin/sh 2*4882a593Smuzhiyun 3*4882a593Smuzhiyunmkdir -p /etc/udev/mount.ignorelist.d 4*4882a593Smuzhiyunecho /dev/sda1 >> /etc/udev/mount.ignorelist.d/parted-tmp 5*4882a593Smuzhiyunrm -f tests/*.log 6*4882a593Smuzhiyunmake -C tests test-suite.log 7*4882a593Smuzhiyunrm /etc/udev/mount.ignorelist.d/parted-tmp 8