cmd/test: fix a typo in a comment

This commit is contained in:
Ben Boeckel 2017-10-13 11:26:36 -04:00 committed by scheibelp
parent 6f9bf197a5
commit f31b47c353

View File

@ -96,7 +96,7 @@ def test(parser, args, unknown_args):
pytest.main(['-h']) pytest.main(['-h'])
return return
# pytest.ini lives in the root of the sapck repository. # pytest.ini lives in the root of the spack repository.
with working_dir(spack.prefix): with working_dir(spack.prefix):
# --list and --long-list print the test output better. # --list and --long-list print the test output better.
if args.list or args.long_list: if args.list or args.long_list: