summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2017-01-23 11:48:49 -0600
committerTodd Gamblin <tgamblin@llnl.gov>2017-01-23 09:48:49 -0800
commitdae353374eb9e2a3561ea590063fad51ddaafe2d (patch)
treefcad4a663ef62d6be2391d668710d7836f6def84 /lib
parent6bc7be9217f62169e689f9a38fca6c47a2bc2873 (diff)
downloadspack-dae353374eb9e2a3561ea590063fad51ddaafe2d.tar.gz
spack-dae353374eb9e2a3561ea590063fad51ddaafe2d.tar.bz2
spack-dae353374eb9e2a3561ea590063fad51ddaafe2d.tar.xz
spack-dae353374eb9e2a3561ea590063fad51ddaafe2d.zip
Simplify unit tests listed in Contribution Guide (#2904)
* Simplify unit tests listed in Contribution Guide * Use long name for option flags
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/contribution_guide.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/spack/docs/contribution_guide.rst b/lib/spack/docs/contribution_guide.rst
index 4abf97ef92..e9cfe1fa54 100644
--- a/lib/spack/docs/contribution_guide.rst
+++ b/lib/spack/docs/contribution_guide.rst
@@ -75,7 +75,10 @@ This allows you to develop iteratively: make a change, test that change, make
another change, test that change, etc. To get a list of all available unit
tests, run:
-.. command-output:: spack test --collect-only
+.. command-output:: spack test --list
+
+A more detailed list of available unit tests can be found by running
+``spack test --long-list``.
Unit tests are crucial to making sure bugs aren't introduced into Spack. If you
are modifying core Spack libraries or adding new functionality, please consider