Don't fail in autopkgtests when, for example, we do not have sufficiently...
Don't fail in autopkgtests when, for example, we do not have sufficiently newer or older version of file. (Closes: #931881)
Loading
-
I also think this ignores all those tests are only calls
@skip_unless_tool_versin_is*, as those call directly skipif() after checking themselves for the existance of the tool, but they don't have this new optioncheck_env_for_missing_tools. (which is why 931881 was fixed by this).all the @skip_uness_tool_version_is_* should already have their logic to ignore the version restriction, but that somehow is being ignored, so it's a bug somewhere in there (
filejust happens to be the first tool that triggered this).
Please register or sign in to comment