openfasttrace
openfasttrace copied to clipboard
HTML report is green while console report shows defects
Description
When I run this command java -jar "$tmp_file" trace -o html > report.html, the report is green:

When I run this command java -jar "$tmp_file" trace, the report contains defects:
not ok - 170 total, 6 defect
And the second report is right because I have some typos and missing tracking comments in the code.
Steps to Reproduce
Can be reproduced on the following commit with the commands described above: https://github.com/exasol/exasol-rest-api/commit/ff918b484d1f73ad40ef16ca38d1081f28983f0d
Expected behavior
I expect to see the same report in HTML format and on the console
Environment
- OFT: 3.3.0
- OS: Ubuntu 20.04.2 LTS
- Java Version: openjdk 11.0.11 2021-04-20