commit | a323a9a35443f9355a8a65580071e0332744ce69 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 05 22:00:21 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 22:00:21 2023 -0400 |
tree | b3a44a7809fffc55f1b9d8c9632f35e8db858ab0 | |
parent | 487e42f7bc5e685c9337890a38358581bb4f31bc [diff] |
pytest: Use --lazy with umount Sometimes when doing tests on real hardware we sometimes run in to the case where some of these mounts haven't been fully flushed. Using the --lazy option with umount will allow us to continue while letting the OS handle flushing the data out still. Signed-off-by: Tom Rini <trini@konsulko.com>