feature: Add -x|--explicit option to 'spack test run' (#32910)

This commit is contained in:
Tamara Dahlgren
2022-10-25 12:32:55 -07:00
committed by GitHub
parent 9d5151ba25
commit 512f8d14d2
3 changed files with 21 additions and 7 deletions

View File

@@ -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