Skip to content

Commit 49661ff

Browse files
committed
Revert "check-build-and-verify.sh: dump XML report from Robot Framework."
This reverts commit a309046. After I fixed the problem with truncated output in #631 we can dump HTML report again.
1 parent 5ab9939 commit 49661ff

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ fi
226226
# Just encode it to a gzipped binary form and dump to console.
227227
if fgrep -qs 'status="FAIL"' target/robotframework-reports/output.xml; then
228228
echo "===== REPORT START ====="
229-
cat target/robotframework-reports/output.xml | gzip -c | base64
229+
cat target/robotframework-reports/log.html | gzip -c | base64
230230
echo "===== REPORT END ====="
231231
fi
232232

0 commit comments

Comments
 (0)