diff options
author | Thomas Huth <thuth@redhat.com> | 2022-03-29 12:28:08 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-04-20 08:54:16 +0200 |
commit | b0dd0a3d74e9ed9532bd4a7724bdafffe7509462 (patch) | |
tree | 7161df73ad4663427cc17d7cf0c8785a28373d40 /tests/docker/dockerfiles/ubuntu1804.docker | |
parent | 1be5a765c08cee3a9587c8a8d3fc2ea247b13f9c (diff) |
tests: Drop perl-Test-Harness from the CI containers / VMs
The perl test harness is not necessary anymore since commit 3d2f73ef75
("build: use "meson test" as the test harness"). Thus remove it from
tests/lcitool/projects/qemu.yml, run "make lcitool-refresh" and manually
clean the remaining docker / vm files that are not managed by lcitool yet.
Message-Id: <20220329102808.423681-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/docker/dockerfiles/ubuntu1804.docker')
-rw-r--r-- | tests/docker/dockerfiles/ubuntu1804.docker | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/ubuntu1804.docker b/tests/docker/dockerfiles/ubuntu1804.docker index 0a622b467c..b3f2156580 100644 --- a/tests/docker/dockerfiles/ubuntu1804.docker +++ b/tests/docker/dockerfiles/ubuntu1804.docker @@ -81,7 +81,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ libssh-dev \ libsystemd-dev \ libtasn1-6-dev \ - libtest-harness-perl \ libubsan1 \ libudev-dev \ libusb-1.0-0-dev \ |