From 48d3e8d3503e8c64048f158e1c2c5206cdefd9c6 Mon Sep 17 00:00:00 2001 From: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Date: Wed, 24 Jun 2020 18:28:53 -0700 Subject: 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 --- 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 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 -- cgit v1.2.3-70-g09d2