Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: spack test should not output [+] for mock installs (spack#15609)
`spack test` has a spurious '[+] ' in the output: ``` lib/spack/spack/test/install.py .........[+] ...... ``` Output is properly suppressed: ``` lib/spack/spack/test/install.py ............... ```
- Loading branch information