]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - INSTALL
Make valgrind optional in tests.
[bcachefs-tools-debian] / INSTALL
diff --git a/INSTALL b/INSTALL
index e344c53c5086410206bb3b86daa6a176c02d9670..0c37c4a07e42bd00549cfaa0d92b263449be6ceb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -45,8 +45,12 @@ Some tests are available to validate the "bcachefs" binary.  The tests depend
 on python3 pytest.
 
 On debian:
-   apt install -u python3-pytest
+    apt install -u python3-pytest
 
 Then, you can run the tests via:
 
-   make check
+    make check
+
+Optionally, you may wish to run tests in parallel using python3-pytest-xdist:
+
+    cd tests; pytest-3 -n4