Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit 73e97c8
This commit is contained in:
parent
6316de0c6d
commit
3847cd92a7
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
17
plan.fmf
Normal file
17
plan.fmf
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
dist-git-source: true
|
||||||
|
tests:
|
||||||
|
- name: bundled tests
|
||||||
|
require:
|
||||||
|
- python3.11-ply
|
||||||
|
- python3.11-six
|
||||||
|
test: |
|
||||||
|
cd $(dirname $TMT_SOURCE_DIR/ply-*/test) &&
|
||||||
|
rm -rf ply* &&
|
||||||
|
cd test &&
|
||||||
|
python3.11 testlex.py &&
|
||||||
|
python3.11 testyacc.py &&
|
||||||
|
python3.11 testcpp.py
|
||||||
Loading…
Reference in New Issue
Block a user