tests - ignore wrong testing version in deb packages

This commit is contained in:
bunkerity 2023-08-22 12:21:00 +02:00
parent 2b7f627d86
commit 643b30f993

View file

@ -43,7 +43,7 @@ class LinuxTest(Test):
if distro in ("ubuntu", "debian"):
LinuxTest.docker_exec(
distro,
"DEBIAN_FRONTEND=noninteractive apt-get install -y php-fpm unzip",
"DEBIAN_FRONTEND=noninteractive apt-get install -y php-fpm unzip ; echo force-bad-version >> /etc/dpkg/dpkg.cfg",
)
if distro == "ubuntu":
LinuxTest.docker_cp(