Improved path normalization in approvalTests.py

Instead of redoing the whole line where path was found, only the
directory part of the path is removed, instead of removing all
of the line before the path starts.

This results in slight change in how junit and sonarqube approvals
come out, and significant change in how TeamCity reporter approvals
come out. This latter difference is the reason for the change,
as now the lines with `testFailed` and `testIgnored` messages
are not completely butchered.
This commit is contained in:
Martin Hořeňovský
2022-12-31 21:17:54 +01:00
parent 72b60dfd28
commit ac93f19437
7 changed files with 940 additions and 943 deletions

File diff suppressed because it is too large Load Diff