2abcf232e9
Adds gating configuration, tmt plan and single test executing similar code as %check does.
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
test: |
|
|
cd $(dirname $TMT_SOURCE_DIR/*/spec)
|
|
export LANG=C.UTF-8
|
|
rspec spec
|
|
require:
|
|
- rubygem-diff-lcs
|
|
- rubygem(rspec)
|
|
tag:
|
|
- rhel-buildroot
|