Skip to content

Fix clazy-standalone full path output normalization in run_tests.py

Francisco Boni Neto requested to merge (removed):1.9 into 1.9

Clazy-standalone outputs the full *.cpp file path. Normalizing it so it compares OK with the expected output by using os.getcwd() doesn't work if the source root is traversed via symbolic link path.

https://bugs.kde.org/show_bug.cgi?id=431765

Merge request reports