File tree Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bats
22
3- @test " CentOS 8 Stream" {
4- ./test-install-on-docker.sh centos:8
5- }
6-
73@test " CentOS 8" {
84 ./test-install-on-docker.sh centos:8
95}
Original file line number Diff line number Diff line change 44 ./test-install-on-docker.sh fedora:rawhide
55}
66
7- @test " Fedora 34 " {
7+ @test " Fedora 37 " {
88 ./test-install-on-docker.sh fedora:34
99}
1010
11- @test " Fedora 33 " {
11+ @test " Fedora 36 " {
1212 ./test-install-on-docker.sh fedora:33
1313}
14-
15- @test " Fedora 32" {
16- ./test-install-on-docker.sh fedora:32
17- }
18-
19- @test " Fedora 31" {
20- ./test-install-on-docker.sh fedora:31
21- }
Original file line number Diff line number Diff line change 77@test " openSUSE Leap 15.4" {
88 ./test-install-on-docker.sh opensuse/leap:15.4
99}
10-
11- @test " openSUSE Leap 15.3" {
12- ./test-install-on-docker.sh opensuse/leap:15.3
13- }
14-
15- @test " openSUSE Leap 15.2" {
16- ./test-install-on-docker.sh opensuse/leap:15.2
17- }
Original file line number Diff line number Diff line change 11#! /usr/bin/env bats
22
3- @test " Ubuntu 21.04" {
4- ./test-install-on-docker.sh ubuntu:21.04
5- }
6-
7- @test " Ubuntu 20.10" {
8- ./test-install-on-docker.sh ubuntu:20.10
3+ @test " Ubuntu 22.04" {
4+ ./test-install-on-docker.sh ubuntu:22.04
95}
106
117@test " Ubuntu 20.04" {
You can’t perform that action at this time.
0 commit comments