u-boot/test/py/tests/test_fs
Marek Behún 89795ef3b6 test/py: Improve check for mksquashfs version
Some builds of squashfs-tools append version string with "-git" or
similar. The float() conversion will fail in this case.

Improve the code to only convert to float() the string before the '-'
character.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Joao Marcos Costa <jmcosta944@gmail.com>
2021-07-28 20:46:34 -04:00
..
test_squashfs test/py: Improve check for mksquashfs version 2021-07-28 20:46:34 -04:00
conftest.py test/py: Wait for guestmount worker to exit after running guestunmount 2021-07-05 15:28:32 -04:00
fstest_defs.py
fstest_helpers.py
test_basic.py
test_ext.py
test_fs_cmd.py
test_mkdir.py
test_symlink.py
test_unlink.py