On Wed, Apr 28, 2010 at 3:18 PM, Curt Wohlgemuth <[email protected]> wrote: > It would be nice if we didn't have to go add the fsck call to each > test. Since the partitions module is used for all FS tests, having it > there for use by all makes sense to me.
Right, this is what the groups code is meant to handle, it makes a group from: mkfs mount run_test umount fsck and if any of those fails it's mean to represent the test "group" as a failure. _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
