We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921974d commit a309046Copy full SHA for a309046
src/main/scripts/ci/check-build-and-verify.sh
@@ -236,7 +236,7 @@ fi
236
# Just encode it to a gzipped binary form and dump to console.
237
if fgrep -qs 'status="FAIL"' target/robotframework-reports/output.xml; then
238
echo "===== REPORT START ====="
239
- cat target/robotframework-reports/log.html | gzip -c | base64
+ cat target/robotframework-reports/output.xml | gzip -c | base64
240
echo "===== REPORT END ====="
241
fi
242
0 commit comments