commit | af2fde49fe53810224c67d8d1cbc8080466da907 | [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 | 73b39a76e34a3b88a7a2c58588c9a5a604a51d90 [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>