catch2/tools/scripts
Martin Hořeňovský ac93f19437
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.
2023-01-01 20:27:59 +01:00
..
approvalTests.py Improved path normalization in approvalTests.py 2023-01-01 20:27:59 +01:00
approve.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00
buildAndTest.cmd Add tests for CMake configure toggles passing to Catch2 build 2022-02-20 19:32:30 +01:00
buildAndTest.sh Add tests for CMake configure toggles passing to Catch2 build 2022-02-20 19:32:30 +01:00
checkConvenienceHeaders.py Don't expose header windows.h in catch_all.hpp (#2526) 2022-10-03 15:36:37 +02:00
checkDuplicateFilenames.py Make scripts executable 2020-11-10 15:22:15 +01:00
checkLicense.py Fix references to license file 2022-10-28 11:30:15 +02:00
developBuild.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00
extractFeaturesFromReleaseNotes.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00
fixWhitespace.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00
generateAmalgamatedFiles.py Fix references to license file 2022-10-28 11:30:15 +02:00
majorRelease.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00
minorRelease.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00
patchRelease.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00
releaseCommon.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00
scriptCommon.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00
updateDocumentSnippets.py Add infrastructure for embedding code samples in docs. 2020-10-28 11:38:06 +01:00
updateDocumentToC.py Cleanup the helper scripts 2022-11-06 21:23:16 +01:00