summaryrefslogtreecommitdiff
path: root/share/spack/spack-completion.bash
diff options
context:
space:
mode:
authorTamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>2022-02-17 10:47:42 -0800
committerGitHub <noreply@github.com>2022-02-17 19:47:42 +0100
commitfefe65a35b22eccffd061ced346d5017a18517e6 (patch)
tree26e28c5e697911b43f8a1d225f1908e41f6c9b89 /share/spack/spack-completion.bash
parent4d669bfdf48fb0c240f51f97329c9a4b7f8d4434 (diff)
downloadspack-fefe65a35b22eccffd061ced346d5017a18517e6.tar.gz
spack-fefe65a35b22eccffd061ced346d5017a18517e6.tar.bz2
spack-fefe65a35b22eccffd061ced346d5017a18517e6.tar.xz
spack-fefe65a35b22eccffd061ced346d5017a18517e6.zip
Testing: optionally run tests on externally installed packages (#28701)
Since Spack does not install external packages, this commit skips them by default when running stand-alone tests. The assumption is that such packages have likely undergone an acceptance test process. However, the tests can be run against installed externals using ``` % spack test run --externals ... ```
Diffstat (limited to 'share/spack/spack-completion.bash')
-rwxr-xr-xshare/spack/spack-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index fffc7e4935..26a19c15a9 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -1706,7 +1706,7 @@ _spack_test() {
_spack_test_run() {
if $list_options
then
- SPACK_COMPREPLY="-h --help --alias --fail-fast --fail-first --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 --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