summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/contributor/developing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/developing.rst b/doc/source/contributor/developing.rst
index a70b3326..c6573b9b 100644
--- a/doc/source/contributor/developing.rst
+++ b/doc/source/contributor/developing.rst
@@ -88,7 +88,7 @@ To run a specific functional test:
.. code-block:: bash
- $ tox -e functional -- --regex functional.tests.compute.v2.test_server
+ $ tox -e functional -- --regex tests.functional.compute.v2.test_server
Running with PDB
~~~~~~~~~~~~~~~~