summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/user/building.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst
index 7b6c1a03d..0ca508698 100644
--- a/doc/source/user/building.rst
+++ b/doc/source/user/building.rst
@@ -74,7 +74,7 @@ Testing
Make sure to test your builds. To ensure everything stays in shape, see if all tests pass::
- $ python runtests.py -m full
+ $ python runtests.py -v -m full
For detailed info on testing, see :ref:`testing-builds`.