We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0176ffc commit 2e5b67fCopy full SHA for 2e5b67f
.travis.yml
@@ -40,7 +40,7 @@ after_failure:
40
# Just encode it to a gzipped binary form and dump to console.
41
- if fgrep -qs 'status="FAIL"' target/robotframework-reports/output.xml; then
42
echo "===== REPORT START =====";
43
- cat target/robotframework-reports/output.html | gzip -c | base64;
+ cat target/robotframework-reports/log.html | gzip -c | base64;
44
echo "===== REPORT END =====";
45
fi
46
0 commit comments