Skip to content

Commit

Permalink
Simplify unit tests listed in Contribution Guide (#2904)
Browse files Browse the repository at this point in the history
* Simplify unit tests listed in Contribution Guide

* Use long name for option flags
  • Loading branch information
adamjstewart authored and Alicia Klinvex committed May 17, 2017
1 parent 9b40be3 commit cf3342c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/spack/docs/contribution_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf3342c

Please sign in to comment.