aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-04-24 11:35:32 -0400
committerMike Gilbert <floppym@gentoo.org>2024-04-24 11:35:32 -0400
commit8bbdc814485d2990630d4217f68830fe1148801c (patch)
treedba9877761ebab2b331b0a3549031a684f706daf /bin
parentBinpkgPrefetcher: Emit eerror message for binarytree inject failure (diff)
downloadportage-8bbdc814485d2990630d4217f68830fe1148801c.tar.gz
portage-8bbdc814485d2990630d4217f68830fe1148801c.tar.bz2
portage-8bbdc814485d2990630d4217f68830fe1148801c.zip
Remove QA warning when no bash completions are found
This triggers unwanted warnings in at least two known cases. Bug: https://bugs.gentoo.org/928599 Bug: https://bugs.gentoo.org/928869 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'bin')
-rw-r--r--bin/install-qa-check.d/60bash-completion3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/install-qa-check.d/60bash-completion b/bin/install-qa-check.d/60bash-completion
index 85573df0e..d3cb52d1c 100644
--- a/bin/install-qa-check.d/60bash-completion
+++ b/bin/install-qa-check.d/60bash-completion
@@ -77,9 +77,6 @@ bashcomp_check() {
fi
if [[ -z ${completions[@]} ]]; then
- qa_warnings+=(
- "${f##*/}: does not define any completions (failed to source?)."
- )
continue
fi