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: exasol/exasol-rest-api@ff918b4
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
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 defectAnd 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: exasol/exasol-rest-api@ff918b4
Expected behavior
I expect to see the same report in HTML format and on the console
Environment