File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11summary: Documentation examples
22discover+:
3- how: fmf
43 filter: "tag: examples"
5- path: docs
64execute:
75 how: tmt
Original file line number Diff line number Diff line change 1+ discover:
2+ how: fmf
3+ path: .
4+
15adjust+:
26 # Cannot use initiator: fedora-ci reliably yet
37 when: initiator is not defined or initiator != packit
48 discover+:
5- how: fmf
69 dist-git-source: true
710 dist-git-extract: scikit_build_core-*/
File renamed without changes.
Original file line number Diff line number Diff line change 88 - tree
99framework: beakerlib
1010path: /
11- test: ./examples/test.sh
11+ test: ./docs/ examples/test.sh
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ rlJournalStart
88 rlRun " tmp=\$ (mktemp -d)" 0 " Create tmp directory"
99 rlRun " rsync -r .$TMT_TEST_NAME / $tmp " 0 " Copy example project"
1010 if [ " ${HAS_PYTEST} " != True ]; then
11- rlRun " rsync -r ./examples/getting_started/test.py $tmp " 0 " Copy test.py file"
11+ rlRun " rsync -r ./docs/ examples/getting_started/test.py $tmp " 0 " Copy test.py file"
1212 fi
1313 rlRun " pushd $tmp "
1414 rlRun " tree" 0 " Show directory tree"
You can’t perform that action at this time.
0 commit comments