Skip to content

Commit 461e3fb

Browse files
Fix test images and test recipe (#218)
1 parent 09a3530 commit 461e3fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# * docker
66
# * https://github.com/bats-core/bats-core
77

8-
.phony: test
8+
.PHONY: test
99
test:
10-
bats -j4 test
10+
bats test

packages/test/fedora.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
}
66

77
@test "Fedora 37" {
8-
./test-install-on-docker.sh fedora:34
8+
./test-install-on-docker.sh fedora:37
99
}
1010

1111
@test "Fedora 36" {
12-
./test-install-on-docker.sh fedora:33
12+
./test-install-on-docker.sh fedora:36
1313
}

0 commit comments

Comments
 (0)