File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ dnf -y copr enable rpmsoftwaremanagement/dnf5-testing
4
4
dnf -y install dnf5
5
5
# ensure dnf5 is installed from copr since it might be installed from fedora repos
6
6
dnf -y update dnf5 --repo=copr:copr.fedorainfracloud.org:rpmsoftwaremanagement:dnf5-testing
7
+ dnf5 -y install ' dnf5-command(copr)'
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ provision:
7
7
discover:
8
8
how: shell
9
9
tests:
10
- - name: prepare
11
- framework: shell
12
- test: bash prepare.sh
13
- duration: 30m
14
10
- name: enable_dnf5
15
11
framework: shell
16
12
test: bash enable_dnf5.sh
17
13
duration: 30m
14
+ - name: prepare
15
+ framework: shell
16
+ test: bash prepare.sh
17
+ duration: 30m
18
18
- name: installability
19
19
framework: shell
20
20
test: /usr/local/libexec/mini-tps/installability_runner.sh --critical --skiplangpack --selinux=1 --repo=brew-$TASK_ID
You can’t perform that action at this time.
0 commit comments