diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-03-15 21:34:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 15:34:18 -0500 |
commit | 4f1d9d6095e5d59ebec5563e628c74efebc150e9 (patch) | |
tree | 4bd4bfcd099aad05ef5bb98fe068ed7c11f27d6f /share | |
parent | f949ae772d684529ca21b771e955d9e393e40709 (diff) | |
download | spack-4f1d9d6095e5d59ebec5563e628c74efebc150e9.tar.gz spack-4f1d9d6095e5d59ebec5563e628c74efebc150e9.tar.bz2 spack-4f1d9d6095e5d59ebec5563e628c74efebc150e9.tar.xz spack-4f1d9d6095e5d59ebec5563e628c74efebc150e9.zip |
Propagate --test= for environments (#22040)
* Propagate --test= for environments
* Improve help comment for spack concretize --test flag
* Add tests for --test with environments
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index ef33f0cb9e..20bcf1e660 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -579,7 +579,7 @@ _spack_compilers() { } _spack_concretize() { - SPACK_COMPREPLY="-h --help -f --force" + SPACK_COMPREPLY="-h --help -f --force --test" } _spack_config() { |