mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
Add test to make sure sanitizers really work when expected (#10838)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user