Skip to content

Commit 616acae

Browse files
committed
.travis.yml: dump XML report from Robot Framework.
HTML report is really huge and the problem with truncated logs was appeared again. Adding a sleep 5/sleep 10 didn't help, so I decided to get back to XML reports. This commit reverts 2e5b67f and 49661ff commits and applies a309046 again.
1 parent 7b4b46e commit 616acae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ after_failure:
4040
# Just encode it to a gzipped binary form and dump to console.
4141
- if fgrep -qs 'status="FAIL"' target/robotframework-reports/output.xml; then
4242
echo "===== REPORT START =====";
43-
cat target/robotframework-reports/log.html | gzip -c | base64;
43+
cat target/robotframework-reports/output.xml | gzip -c | base64;
4444
echo "===== REPORT END =====";
4545
sleep 5;
4646
fi

0 commit comments

Comments
 (0)