summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/spack/docs/contribution_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/contribution_guide.rst b/lib/spack/docs/contribution_guide.rst
index 66f387c1ab..2fc6546f5e 100644
--- a/lib/spack/docs/contribution_guide.rst
+++ b/lib/spack/docs/contribution_guide.rst
@@ -111,7 +111,7 @@ And this would run the ``test_platform`` test from that file:
.. code-block:: console
- $ spack test architecture.py::test_platform
+ $ spack test lib/spack/spack/test/architecture.py::test_platform
This allows you to develop iteratively: make a change, test that change,
make another change, test that change, etc. We use `pytest