]> git.sesse.net Git - bcachefs-tools-debian/commit
Make valgrind disabled by default in unit tests.
authorJustin Husted <sigstop@gmail.com>
Tue, 17 Dec 2019 05:06:40 +0000 (21:06 -0800)
committerJustin Husted <sigstop@gmail.com>
Sat, 28 Dec 2019 22:18:56 +0000 (14:18 -0800)
commit956a05a126cebb085178cea318543369926362b2
treefe33264a929a26b322af7ab74930fd59c28518c2
parentc58f66878fd3fad91178744e70f18ea050c521d4
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>
tests/util.py