Skip to content

Commit aeb5d2c

Browse files
committed
Add eyecatchers for the EC report
This is required for displaying a human readable version of the EC report from the logs in the UI. Ref: RHTAP-4019 Signed-off-by: Luiz Carvalho <[email protected]>
1 parent b471bf4 commit aeb5d2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rhtap/verify-enterprise-contract.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ function report() {
7979

8080
function report-json() {
8181
echo "Running $TASK_NAME:report-json"
82+
echo "EC_EYECATCHER_BEGIN"
8283
cat "$HOMEDIR/report-json.json"
84+
echo "EC_EYECATCHER_END"
8385
}
8486

8587
function summary() {

0 commit comments

Comments
 (0)