On 8/4/14, 6:19 AM, Omer Caspi wrote: > While running some tests from the xfstests suite (quick group), I noticed > that generic test 076 doesn't clean after itself. Specifically, a couple > of directories (p1 and p2) remain on $TEST_DIR once the test is completed. > To my understanding, a test should cleanup the files it had created, so I > added a rm command to test's _cleanup function to fix it, which seems to > be OK, but I thought I'll check: is there a reason for these directories > to remain there after the test completion? > > Omer the test device is supposed to age, so leaving things lying around there after the test has run is expected, and fine. _cleanup is more about removing tmpfiles, killing any spawned threads, etc - not about cleaning up the test device. -Eric -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html