mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
Make valgrind disabled by default in unit tests.
Since valgrind runtime support is disabled by default, we shouldn't run the tests with valgrind by default. Signed-off-by: Justin Husted <sigstop@gmail.com>
This commit is contained in:
parent
c58f66878f
commit
956a05a126
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user