]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - tests/util.py
Make valgrind disabled by default in unit tests.
[bcachefs-tools-debian] / tests / util.py
index fd8efd4750082e2ffb539068ce53cb889f1bf377..a9e9746441dc3a9e60ffc3449dde9172518ad849 100644 (file)
@@ -16,7 +16,7 @@ BCH_PATH = DIR / 'bcachefs'
 
 VPAT = re.compile(r'ERROR SUMMARY: (\d+) errors from (\d+) contexts')
 
-ENABLE_VALGRIND = os.getenv('BCACHEFS_TEST_USE_VALGRIND', 'yes') == 'yes'
+ENABLE_VALGRIND = os.getenv('BCACHEFS_TEST_USE_VALGRIND', 'no') == 'yes'
 
 class ValgrindFailedError(Exception):
     def __init__(self, log):