tests: add debian/ubuntu based tests images.
Also some cleanup of tests resources.
This commit is contained in:
parent
7c427aaae6
commit
9110a70124
10 changed files with 30 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
set -eu
|
||||
set -eux
|
||||
|
||||
_lsb_release() {
|
||||
# shellcheck source=/dev/null
|
||||
|
|
@ -31,7 +31,8 @@ main() {
|
|||
;;
|
||||
|
||||
debian | ubuntu)
|
||||
dpkg -i $SRC/*.deb
|
||||
apt install -y apparmor-profiles
|
||||
dpkg -i $SRC/*.deb || true
|
||||
;;
|
||||
|
||||
opensuse*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue