Skip to content
Snippets Groups Projects
Commit 2543b4c4 authored by Gregory Becker's avatar Gregory Becker
Browse files

spack unit-test: fix pytest help command

parent 2bce5e47
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ def setup_parser(subparser):
# spell out some common pytest arguments, so they'll show up in help
pytest_group = subparser.add_argument_group(
"common pytest arguments (spack test --pytest-help for more details)")
"common pytest arguments (spack unit-test --pytest-help for more)")
pytest_group.add_argument(
"-s", action='append_const', dest='parsed_args', const='-s',
help="print output while tests run (disable capture)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment