Commit ab93f1b 1 parent 1479597 commit ab93f1b Copy full SHA for ab93f1b
File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ discover:
4
4
how: shell
5
5
tests:
6
6
- name: rpminspect SRPM
7
- test: rpminspect-centos -v -t VERIFY --profile=centos-stream-9-devel /tmp/*.src.rpm
7
+ test: rpminspect-centos -E metadata - v -t VERIFY --profile=centos-stream-9-devel /tmp/*.src.rpm
8
8
- name: rpminspect binary RPMs
9
- test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-centos -v -t VERIFY --profile=centos-stream-9-devel $rpm; done
9
+ test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-centos -E metadata - v -t VERIFY --profile=centos-stream-9-devel $rpm; done
10
10
prepare:
11
11
- name: packages
12
12
how: install
@@ -17,3 +17,6 @@ prepare:
17
17
script: cd /tmp && curl -O ${PACKIT_SRPM_URL}
18
18
execute:
19
19
how: tmt
20
+ adjust:
21
+ enabled: false
22
+ when: distro == fedora
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ discover:
4
4
how: shell
5
5
tests:
6
6
- name: rpminspect
7
- test: rpminspect-fedora /tmp/*.src.rpm
7
+ test: rpminspect-fedora -E metadata /tmp/*.src.rpm
8
8
- name: rpminspect binary RPMs
9
- test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-fedora $rpm; done
9
+ test: for rpm in /var/share/test-artifacts/*.rpm; do rpminspect-fedora -E metadata $rpm; done
10
10
prepare:
11
11
- name: packages
12
12
how: install
@@ -17,3 +17,6 @@ prepare:
17
17
script: cd /tmp && curl -O ${PACKIT_SRPM_URL}
18
18
execute:
19
19
how: tmt
20
+ adjust:
21
+ enabled: false
22
+ when: distro == centos-stream-9
You can’t perform that action at this time.
0 commit comments