Skip to content

Commit

Permalink
Remove data-path field from tmt-report-result output (tmt-report-resu…
Browse files Browse the repository at this point in the history
…lts.yaml)
  • Loading branch information
seberm committed Oct 8, 2024
1 parent 3803a44 commit 992b4ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/execute/result/special.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ rlJournalStart
rlAssertGrep 'name: "/0\.\.7 \\"special\\": \\" characters: \*\$@|&>< in: the: name"' "$RESULT_FILE"
rlAssertGrep "result: \"pass\"" "$RESULT_FILE"
rlAssertGrep "end-time: \".*\"" "$RESULT_FILE"
rlAssertGrep "data-path: \"/.*\"" "$RESULT_FILE"
rlPhaseEnd

rlPhaseStartCleanup
Expand Down
1 change: 0 additions & 1 deletion tmt/steps/execute/scripts/tmt-report-result
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ write_report_file () {
echo " - \"${outputFile}\"" >> "$REPORT_RESULT_OUTPUTFILE"
fi
echo " end-time: \"$(date --utc +%FT%T.%6N%:z)\"" >> "$REPORT_RESULT_OUTPUTFILE"
echo " data-path: \"${TMT_TEST_DATA/$TMT_TEST_EXE}\"" >> "$REPORT_RESULT_OUTPUTFILE"
}

copy_outputfile_to_data_dir () {
Expand Down

0 comments on commit 992b4ba

Please sign in to comment.