Propagate --test= for environments (#22040)

* Propagate --test= for environments

* Improve help comment for spack concretize --test flag

* Add tests for --test with environments
This commit is contained in:
Harmen Stoppels
2021-03-15 21:34:18 +01:00
committed by GitHub
parent f949ae772d
commit 4f1d9d6095
8 changed files with 126 additions and 28 deletions

View File

@@ -579,7 +579,7 @@ _spack_compilers() {
}
_spack_concretize() {
SPACK_COMPREPLY="-h --help -f --force"
SPACK_COMPREPLY="-h --help -f --force --test"
}
_spack_config() {