commit | d051a91c8dcb27a2f5377cee044d5376e91c372b | [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 | d9402bd49b9b2013ac48b5f4d82217d1628da797 [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>