[PATCH] test: use correct path in file system tests
Simon Glass
sjg at chromium.org
Tue Apr 21 19:25:47 CEST 2020
Hi Heinrich,
On Tue, 21 Apr 2020 at 04:46, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> For non-root users mkfs.ext4 and fsck.ext4 are not in the search path at
> least on Debian. Use /sbin/mkfs.ext4 and /sbin/fsck.ext4 instead.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> test/py/tests/test_fs/conftest.py | 2 +-
> test/py/tests/test_fs/fstest_helpers.py | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
BTW for me the tests work most of the time, but sometimes fail. Have
you ever seen failures?
- Simon
More information about the U-Boot
mailing list