blob: c3d6fca3391606fdeb7771b84c2b97d3d6d5be79 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#!/bin/sh
2
Andrew Geisslerf0343792020-11-18 10:42:21 -06003mkdir -p /etc/udev/mount.blacklist.d
Andrew Geissler82c905d2020-04-13 13:39:40 -05004echo /dev/sda1 >> /etc/udev/mount.blacklist.d/parted-tmp
Andrew Geissler5f350902021-07-23 13:09:54 -04005rm -f tests/*.log
Andrew Geissler82c905d2020-04-13 13:39:40 -05006make -C tests test-suite.log
7rm /etc/udev/mount.blacklist.d/parted-tmp