2021-03-04 13:48:55 +00:00
|
|
|
summary: Basic smoke test for libreport
|
|
|
|
require: gcc
|
2022-01-06 14:39:44 +00:00
|
|
|
prepare:
|
|
|
|
how: install
|
|
|
|
# Do not attempt to install conflicting subpackages.
|
|
|
|
exclude:
|
|
|
|
- abrt-atomic
|
|
|
|
- python3-abrt-container-addon
|
2021-03-04 13:48:55 +00:00
|
|
|
execute:
|
|
|
|
script: |
|
|
|
|
test/smoke.sh
|
|
|
|
report-cli --version
|
|
|
|
|