]> sigrok.org Git - libsigrok.git/commit
tests: raise maximum version text length (dirty flag)
authorGerhard Sittig <redacted>
Sun, 2 Jul 2023 07:20:49 +0000 (09:20 +0200)
committerGerhard Sittig <redacted>
Wed, 12 Jul 2023 18:42:32 +0000 (20:42 +0200)
commitf3bca6d9cec6fea8c3dc3754eabe8d8d7c684788
tree8824df39a1745fe544839911fe77c724836d2dc2
parent5c462eb3c874ce79ff40eecc3ad9921ede0aad22
tests: raise maximum version text length (dirty flag)

The previous implementation of the version text length check accounted
for the major, minor, micro numbers and the git hash. Raise the upper
limit of the accepted text length range to also account for the optional
"dirty" flag. Update comments to keep awareness of the magic numbers in
the length calculation.
tests/version.c