]> git.sesse.net Git - bcachefs-tools-debian/commit
Make valgrind optional in tests.
authorJustin Husted <sigstop@gmail.com>
Mon, 18 Nov 2019 21:51:31 +0000 (13:51 -0800)
committerJustin Husted <sigstop@gmail.com>
Mon, 18 Nov 2019 21:51:31 +0000 (13:51 -0800)
commit049dd7b79e94c0d4a9a290ff6c435401a22b5549
treeac647e363cb1a0c39734f3c5aba5d43610624b4f
parenta00998c4cdf834ebce00bedabd2804fe5376a63c
Make valgrind optional in tests.

Add an option to disable valgrind in the test suite, via the variable:

BCACHEFS_TEST_USE_VALGRIND=no

Additionally, note how to run tests in parallel in the INSTALL documentation.

Signed-off-by: Justin Husted <sigstop@gmail.com>
INSTALL
tests/test_fixture.py
tests/util.py