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:
@@ -579,7 +579,7 @@ _spack_compilers() {
|
||||
}
|
||||
|
||||
_spack_concretize() {
|
||||
SPACK_COMPREPLY="-h --help -f --force"
|
||||
SPACK_COMPREPLY="-h --help -f --force --test"
|
||||
}
|
||||
|
||||
_spack_config() {
|
||||
|
Reference in New Issue
Block a user