diff options
author | Peter Scheibel <scheibel1@llnl.gov> | 2015-10-15 20:13:08 -0700 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2015-10-15 20:13:08 -0700 |
commit | 6cd976d036cce518d899202baeebc7103a0a6f2a (patch) | |
tree | 71b00cf1dfd4e7e4ff6059ab1826ee6f6c192aca | |
parent | 49b91235bb8522a79d5a0b213718af2a6f81f501 (diff) | |
download | spack-6cd976d036cce518d899202baeebc7103a0a6f2a.tar.gz spack-6cd976d036cce518d899202baeebc7103a0a6f2a.tar.bz2 spack-6cd976d036cce518d899202baeebc7103a0a6f2a.tar.xz spack-6cd976d036cce518d899202baeebc7103a0a6f2a.zip |
Better description for test-install command
-rw-r--r-- | lib/spack/spack/cmd/test-install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/test-install.py b/lib/spack/spack/cmd/test-install.py index ee9580c128..0facf59b94 100644 --- a/lib/spack/spack/cmd/test-install.py +++ b/lib/spack/spack/cmd/test-install.py @@ -34,7 +34,7 @@ from llnl.util.filesystem import * import spack import spack.cmd -description = "Build and install packages" +description = "Treat package installations as unit tests and output formatted test results" def setup_parser(subparser): subparser.add_argument( |