summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamesh <samesh.lakhotia@gmail.com>2019-07-24 06:17:31 +0530
committerSamesh <samesh.lakhotia@gmail.com>2019-07-24 06:18:24 +0530
commitc0225858d12cc50b257f63536d2ae1a05816b94b (patch)
tree3f8641ebd4f438c6c079b60d862cecffabaec105
parent9b4b70d50d9c47336d75ad4012a6d16333101088 (diff)
downloadnumpy-c0225858d12cc50b257f63536d2ae1a05816b94b.tar.gz
add -v for verbose which I had removed in the previous commit
-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`.