Add tag filters to spack test list (#26842)

This commit is contained in:
Tamara Dahlgren
2021-11-02 02:00:21 -07:00
committed by GitHub
parent 94e0bf0112
commit 9d3d7c68fb
2 changed files with 27 additions and 6 deletions

View File

@@ -1696,7 +1696,12 @@ _spack_test_run() {
}
_spack_test_list() {
SPACK_COMPREPLY="-h --help -a --all"
if $list_options
then
SPACK_COMPREPLY="-h --help -a --all"
else
SPACK_COMPREPLY=""
fi
}
_spack_test_find() {