Skip to content

Commit dc1ba11

Browse files
committed
chore(.travis.yml): update comment for Robot report generation on macOS.
[skip ci]
1 parent 394cb7f commit dc1ba11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ after_failure:
5050
# $ ./mvnw robotframework:rebot
5151
# $ open target/robotframework-reports/report.html
5252
#
53+
# NB: on macOS, replace base64 -d by base64 -D
54+
#
5355
- if fgrep -qs 'status="FAIL"' target/robotframework-reports/output.xml; then
5456
echo '===== REPORT START =====';
5557
bzip2 <target/robotframework-reports/output.xml | base64;

0 commit comments

Comments
 (0)