diff options
author | Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | 2022-10-25 12:32:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 12:32:55 -0700 |
commit | 512f8d14d28ab4fe0667905b899efed1f785c755 (patch) | |
tree | 8844307708eec6a72260305822bbbd350e7a4b39 /share | |
parent | 9d5151ba25394b35ff7fc4b06b858c53e638ec5d (diff) | |
download | spack-512f8d14d28ab4fe0667905b899efed1f785c755.tar.gz spack-512f8d14d28ab4fe0667905b899efed1f785c755.tar.bz2 spack-512f8d14d28ab4fe0667905b899efed1f785c755.tar.xz spack-512f8d14d28ab4fe0667905b899efed1f785c755.zip |
feature: Add -x|--explicit option to 'spack test run' (#32910)
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 dac7f67f99..48e4c86b42 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1738,7 +1738,7 @@ _spack_test() { _spack_test_run() { if $list_options then - SPACK_COMPREPLY="-h --help --alias --fail-fast --fail-first --externals --keep-stage --log-format --log-file --cdash-upload-url --cdash-build --cdash-site --cdash-track --cdash-buildstamp --help-cdash --clean --dirty" + SPACK_COMPREPLY="-h --help --alias --fail-fast --fail-first --externals -x --explicit --keep-stage --log-format --log-file --cdash-upload-url --cdash-build --cdash-site --cdash-track --cdash-buildstamp --help-cdash --clean --dirty" else _installed_packages fi |