Skip to content

Commit 3b68e41

Browse files
committed
tmt: rename tmt test log folder name to test-tmt-log
run-001 does not make any sense, change to test-tmt-log add comments for tmt test log move Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent c1ecf38 commit 3b68e41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plans/build.fmf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ discover:
2222
finish:
2323
how: shell
2424
script:
25-
- cp -r /var/tmp/tmt/run-001 $TMT_PLAN_DATA
25+
# move tmt test log to tmt plan data folder
26+
# the tmt integration test log can be archived in testing farm artifacts
27+
- cp -r /var/tmp/tmt/run-001 $TMT_PLAN_DATA/test-tmt-log

0 commit comments

Comments
 (0)