14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
summary: Basic smoke test for libreport
|
|
require: gcc
|
|
prepare:
|
|
how: install
|
|
# Do not attempt to install conflicting subpackages.
|
|
exclude:
|
|
- abrt-atomic
|
|
- python3-abrt-container-addon
|
|
execute:
|
|
script: |
|
|
test/smoke.sh
|
|
report-cli --version
|
|
|