aboutsummaryrefslogtreecommitdiff
path: root/docs/testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/testing.md')
-rw-r--r--docs/testing.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/testing.md b/docs/testing.md
index d03cadc..adf2a55 100644
--- a/docs/testing.md
+++ b/docs/testing.md
@@ -74,6 +74,13 @@ meson build
meson test -C build test_quiesce.py
```
+For even better control , use something like the following:
+```
+LIBVFIO_SO_DIR='/root/src/libvfio-user/build/lib' pytest-3 test/py/test_quiesce.py
+```
+
+To print libvfio-user's log messages, append the `--capture=tee-sys` option.
+
AFL++
-----