52f0e1139a
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/sscg#f2c78d1acf9fde9403500b8c3c395b17a2c63544
30 lines
555 B
YAML
30 lines
555 B
YAML
---
|
|
name: help-usage
|
|
desc: "Tests the basic functionality of 'sscg --help' to confirm it generates a usage message."
|
|
maintainer: sgallagh
|
|
|
|
input:
|
|
args:
|
|
- koji_build
|
|
- arch
|
|
|
|
environment:
|
|
rpm:
|
|
- make
|
|
|
|
actions:
|
|
- name: download the build
|
|
koji:
|
|
action: download
|
|
koji_build: ${koji_build}
|
|
arch: $arch
|
|
target_dir: ${workdir}/rpms
|
|
|
|
- name: install the build
|
|
shell:
|
|
- dnf install -y ${workdir}/rpms/*.rpm
|
|
|
|
- name: run test
|
|
shell:
|
|
- make run
|