File tree Expand file tree Collapse file tree 8 files changed +24
-19
lines changed Expand file tree Collapse file tree 8 files changed +24
-19
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- set -euxo
3+ set -eu
44
55DISTRO_TYPE=" "
66[[ -x " /usr/bin/apt-get" ]] && DISTRO_TYPE=" deb"
Original file line number Diff line number Diff line change 44
55docker_image=" ${1} "
66
7- docker run -e OBS_PROJECT=" ${OBS_PROJECT:- } " -e CRYSTAL_VERSION=" ${CRYSTAL_VERSION:- } " --rm -it -v $( pwd) /scripts:/scripts -v $( pwd) /support:/support $docker_image /bin/sh -c " /support/test-install.sh ${@: 2} "
7+ docker run --pull=always - e OBS_PROJECT=" ${OBS_PROJECT:- } " -e CRYSTAL_VERSION=" ${CRYSTAL_VERSION:- } " --rm -it -v $( pwd) /scripts:/scripts -v $( pwd) /support:/support $docker_image /bin/sh -c " /support/test-install.sh ${@: 2} "
Original file line number Diff line number Diff line change 11#! /usr/bin/env bats
22
3- @test " CentOS 8" {
4- ./test-install-on-docker.sh centos:8
3+ @test " CentOS 8 Stream " {
4+ ./test-install-on-docker.sh quay.io/ centos/centos:stream8
55}
66
77@test " CentOS 7" {
Original file line number Diff line number Diff line change 11#! /usr/bin/env bats
22
3+ @test " Debian 12" {
4+ ./test-install-on-docker.sh debian:12
5+ }
6+
37@test " Debian 11" {
48 ./test-install-on-docker.sh debian:11
59}
812 ./test-install-on-docker.sh debian:10
913}
1014
11- @test " Debian 9" {
12- ./test-install-on-docker.sh debian:9
13- }
14-
1515@test " Debian Testing" {
1616 ./test-install-on-docker.sh debian:testing
1717}
Original file line number Diff line number Diff line change 44 ./test-install-on-docker.sh fedora:rawhide
55}
66
7+ @test " Fedora 39" {
8+ ./test-install-on-docker.sh fedora:39
9+ }
10+
711@test " Fedora 38" {
812 ./test-install-on-docker.sh fedora:38
913}
1014
1115@test " Fedora 37" {
1216 ./test-install-on-docker.sh fedora:37
1317}
14-
15- @test " Fedora 36" {
16- ./test-install-on-docker.sh fedora:36
17- }
Original file line number Diff line number Diff line change 11#! /usr/bin/env bats
22
3+ @test " Linux Mint 21" {
4+ ./test-install-on-docker.sh linuxmintd/mint21-amd64
5+ }
6+
37@test " Linux Mint 20" {
48 ./test-install-on-docker.sh linuxmintd/mint20-amd64
59}
610
7- @test " Linux Mint 19" {
8- ./test-install-on-docker.sh linuxmintd/mint19-amd64
9- }
Original file line number Diff line number Diff line change 44 ./test-install-on-docker.sh opensuse/tumbleweed
55}
66
7+ @test " openSUSE Leap 15.5" {
8+ ./test-install-on-docker.sh opensuse/leap:15.5
9+ }
10+
711@test " openSUSE Leap 15.4" {
812 ./test-install-on-docker.sh opensuse/leap:15.4
913}
Original file line number Diff line number Diff line change 11#! /usr/bin/env bats
22
3- @test " Ubuntu 23.04 " {
4- ./test-install-on-docker.sh ubuntu:23.04
3+ @test " Ubuntu 23.10 " {
4+ ./test-install-on-docker.sh ubuntu:23.10
55}
66
7- @test " Ubuntu 22.10 " {
8- ./test-install-on-docker.sh ubuntu:22.10
7+ @test " Ubuntu 23.04 " {
8+ ./test-install-on-docker.sh ubuntu:23.04
99}
1010
1111@test " Ubuntu 22.04" {
You can’t perform that action at this time.
0 commit comments