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 a98bf63 commit 962bd6bCopy full SHA for 962bd6b
.travis.yml
@@ -39,9 +39,9 @@ after_failure:
39
# In order to be able debug robot framework test flakes we need to have a report.
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 =====";
+ echo '===== REPORT START =====';
43
cat target/robotframework-reports/output.xml | gzip -c | base64;
44
- echo "===== REPORT END =====";
+ echo '===== REPORT END =====';
45
sleep 5;
46
fi
47
0 commit comments