summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>2020-06-24 18:28:53 -0700
committerGitHub <noreply@github.com>2020-06-24 20:28:53 -0500
commit48d3e8d3503e8c64048f158e1c2c5206cdefd9c6 (patch)
tree018994d01b6e79fd2f9acbf61314b68571be0773 /share
parentbc53bb9b7cbf250c98cfe77d334ed30d6b958c21 (diff)
downloadspack-48d3e8d3503e8c64048f158e1c2c5206cdefd9c6.tar.gz
spack-48d3e8d3503e8c64048f158e1c2c5206cdefd9c6.tar.bz2
spack-48d3e8d3503e8c64048f158e1c2c5206cdefd9c6.tar.xz
spack-48d3e8d3503e8c64048f158e1c2c5206cdefd9c6.zip
features: Add install failure tracking removal through `spack clean` (#15314)
* Add ability to force removal of install failure tracking data through spack clean * Add clean failures option to packaging guide
Diffstat (limited to 'share')
-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 620dd9bef2..e2db47ba30 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -484,7 +484,7 @@ _spack_ci_rebuild() {
_spack_clean() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -s --stage -d --downloads -m --misc-cache -p --python-cache -a --all"
+ SPACK_COMPREPLY="-h --help -s --stage -d --downloads -f --failures -m --misc-cache -p --python-cache -a --all"
else
_all_packages
fi