commit | 52520d74c6352054b4b9710bc0a94e8f2b2a2ba5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 05 22:19:39 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 25 15:31:28 2023 -0400 |
tree | d2182f40fde83993331f960ff4ba612e6fd741f9 | |
parent | 2416ba06bab11045e070e124ad0e71b33c76730a [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> Reviewed-by: Simon Glass <sjg@chromium.org>