From 4750d479a09ceeb1e5f575337f7e851ec688b1e1 Mon Sep 17 00:00:00 2001 From: elsagermann <57254519+elsagermann@users.noreply.github.com> Date: Mon, 19 Oct 2020 06:17:07 +0200 Subject: Add testing option to dev-build command (#17293) * ADD: testing to dev-build command * RM: mutally exclusive group for testing in parser * FIX: test option to subparser and not testing * ADD: spack-completion.bash * RM: local devbuildcosmo cmd * FIX: bad merge --drop-in -b --before options forgotten * FIX: --test place in spack-completion.bash * FIX: typo * FIX: blank line removing * FIX: trailing white space Co-authored-by: Elsa Germann --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 17bac4034f..08e154eaa0 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -719,7 +719,7 @@ _spack_deprecate() { _spack_dev_build() { if $list_options then - SPACK_COMPREPLY="-h --help -j --jobs -d --source-path -i --ignore-dependencies -n --no-checksum --keep-prefix --skip-patch -q --quiet --drop-in -b --before -u --until --clean --dirty" + SPACK_COMPREPLY="-h --help -j --jobs -d --source-path -i --ignore-dependencies -n --no-checksum --keep-prefix --skip-patch -q --quiet --drop-in --test -b --before -u --until --clean --dirty" else _all_packages fi -- cgit v1.2.3-70-g09d2