bugfix: spack test should not output [+] for mock installs (#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
Please register or sign in to comment