File tree Expand file tree Collapse file tree 4 files changed +8
-24
lines changed Expand file tree Collapse file tree 4 files changed +8
-24
lines changed Original file line number Diff line number Diff line change 3
3
@test " CentOS 8 Stream" {
4
4
./test-install-on-docker.sh quay.io/centos/centos:stream8
5
5
}
6
-
7
- @test " CentOS 7" {
8
- ./test-install-on-docker.sh centos:7
9
- }
Original file line number Diff line number Diff line change 4
4
./test-install-on-docker.sh fedora:rawhide
5
5
}
6
6
7
- @test " Fedora 39" {
8
- ./test-install-on-docker.sh fedora:39
9
- }
10
-
11
- @test " Fedora 38" {
12
- ./test-install-on-docker.sh fedora:38
7
+ @test " Fedora 40" {
8
+ ./test-install-on-docker.sh fedora:40
13
9
}
14
10
15
- @test " Fedora 37 " {
16
- ./test-install-on-docker.sh fedora:37
11
+ @test " Fedora 39 " {
12
+ ./test-install-on-docker.sh fedora:39
17
13
}
Original file line number Diff line number Diff line change 7
7
@test " openSUSE Leap 15.5" {
8
8
./test-install-on-docker.sh opensuse/leap:15.5
9
9
}
10
-
11
- @test " openSUSE Leap 15.4" {
12
- ./test-install-on-docker.sh opensuse/leap:15.4
13
- }
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bats
2
2
3
- @test " Ubuntu 23.10 " {
4
- ./test-install-on-docker.sh ubuntu:23.10
3
+ @test " Ubuntu 24.04 LTS " {
4
+ ./test-install-on-docker.sh ubuntu:24.04
5
5
}
6
6
7
- @test " Ubuntu 23.04 " {
8
- ./test-install-on-docker.sh ubuntu:23.04
7
+ @test " Ubuntu 23.10 " {
8
+ ./test-install-on-docker.sh ubuntu:23.10
9
9
}
10
10
11
11
@test " Ubuntu 22.04" {
15
15
@test " Ubuntu 20.04" {
16
16
./test-install-on-docker.sh ubuntu:20.04
17
17
}
18
-
19
- @test " Ubuntu 18.04" {
20
- ./test-install-on-docker.sh ubuntu:18.04
21
- }
You can’t perform that action at this time.
0 commit comments