Compare commits
No commits in common. 'stream-javapackages-tools-202201-rhel-9.1.0' and 'f38' have entirely different histories.
stream-jav
...
f38
@ -1,7 +1,7 @@
|
|||||||
summary:
|
summary: Run javapackages-specific tests
|
||||||
Run javapackages-specific tests
|
|
||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://pagure.io/javapackages-validator-tests
|
url: https://src.fedoraproject.org/tests/javapackages
|
||||||
|
ref: f37
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
summary: Basic smoke test
|
summary: Basic smoke test
|
||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: /smoke/empty-grammar
|
||||||
|
test: |
|
||||||
|
echo 'non terminal bar; bar::=;' | cup
|
||||||
execute:
|
execute:
|
||||||
script:
|
how: tmt
|
||||||
- echo 'non terminal bar; bar::=;' | cup
|
|
||||||
|
Loading…
Reference in new issue