15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
/tier1-internal:
|
|
summary: Run forge-srpm-macros tests
|
|
discover:
|
|
how: fmf
|
|
dist-git-source: true
|
|
prepare:
|
|
how: install
|
|
package: python3-pytest
|
|
missing: fail
|
|
execute:
|
|
script:
|
|
- cd /fmf/root
|
|
- pytest tests
|
|
- ls -FC
|