On Fri, Dec 04, 2015 at 02:37:25PM +0900, Naohiro Aota wrote: > When a check in check_inode() failed, the test should umount test target > file system. This commit add clean up umount line in failure path.
The lack of cleanup after failed tests is intentional (exceptions possible). The tests are supposed to do cleanup if they pass but if they fail the test environment could be examined. In case of more complex setups (loop devices, dm devices) it's some work to set it up again. We could add an optional per-test script cleanup.sh that does the cleanup on demand (and is also run from tests/clean-tests.sh). -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
