commit | f46ac7d6e4ca9f96cd562bf7eb4fcb023dceeea2 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue May 24 13:36:21 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 26 10:32:27 2022 -0400 |
tree | 341b208be12c3fb680896d92a2417564f9886281 | |
parent | 9ed8ab17c0f89bc3f0686927d8608fab5435af2e [diff] |
test: fix parsing the mksquashfs version number Testing with mksquasshfs 4.5.1 results in an error ValueError: could not convert string to float: '4.5.1' Version 4.10 would be considered to be lower than 4.4. Fixes: 04c9813e951f ("test/py: rewrite common tools for SquashFS tests") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>