Skip to content

Commit 2e5b67f

Browse files
committed
.travis.yml: fix HTML report filename.
Correction for 0176ffc commit.
1 parent 0176ffc commit 2e5b67f

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/output.html | gzip -c | base64;
43+
cat target/robotframework-reports/log.html | gzip -c | base64;
4444
echo "===== REPORT END =====";
4545
fi
4646

0 commit comments

Comments
 (0)