Add test to make sure sanitizers really work when expected (#10838)

This commit is contained in:
Alexander Lakhin
2025-02-18 15:23:18 +02:00
committed by GitHub
parent 719ec378cd
commit f81259967d
2 changed files with 21 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ VERSIONS_COMBINATIONS = (
# If it is not set or set to a value not equal to "false", LFC is enabled by default.
USE_LFC = os.environ.get("USE_LFC") != "false"
WITH_SANITIZERS = os.environ.get("SANITIZERS") == "enabled"
def subprocess_capture(
capture_dir: Path,