Hi Tom, On Thu, 6 Apr 2023 at 14:19, Tom Rini <tr...@konsulko.com> wrote: > > 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 <tr...@konsulko.com> > --- > test/py/tests/test_ut.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> I wonder if these ever actually succeed later on, or do they remain mounted forever? Regards, SImon