Skip to content

Commit a309046

Browse files
committed
check-build-and-verify.sh: dump XML report from Robot Framework.
HTML report is big and contains a lot of information and markup. Another workaround to travis-ci/travis-ci#8189 No functional changes.
1 parent 921974d commit a309046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/check-build-and-verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ fi
236236
# Just encode it to a gzipped binary form and dump to console.
237237
if fgrep -qs 'status="FAIL"' target/robotframework-reports/output.xml; then
238238
echo "===== REPORT START ====="
239-
cat target/robotframework-reports/log.html | gzip -c | base64
239+
cat target/robotframework-reports/output.xml | gzip -c | base64
240240
echo "===== REPORT END ====="
241241
fi
242242

0 commit comments

Comments
 (0)