From 31c853bc7a0a4db51674ed1d1f4e73124b23dcf9 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Sun, 13 Oct 2019 20:00:49 -0400 Subject: [PATCH] Remove 'all' subcommand for get until accepted Signed-off-by: Marc Khouzam --- scripts/completion-tests/completionTests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/completion-tests/completionTests.sh b/scripts/completion-tests/completionTests.sh index 159bc86..2614c7e 100755 --- a/scripts/completion-tests/completionTests.sh +++ b/scripts/completion-tests/completionTests.sh @@ -110,7 +110,7 @@ fi # Basic second level commands (static completion) if [ ! -z ${ROBOT_HELM_V3} ]; then - _completionTests_verifyCompletion "helm get " "all notes hooks manifest values" + _completionTests_verifyCompletion "helm get " "hooks manifest notes values" else _completionTests_verifyCompletion "helm get " "hooks manifest notes values" fi @@ -133,7 +133,7 @@ _completionTests_verifyCompletion "helm --kubeconfig=/tmp/config lis" "list" _completionTests_verifyCompletion ZFAIL "helm get hooks --kubec" "--kubeconfig= --kubeconfig" if [ ! -z ${ROBOT_HELM_V3} ]; then _completionTests_verifyCompletion "helm --namespace mynamespace get h" "hooks" - _completionTests_verifyCompletion KFAIL "helm -v get " "notes all hooks manifest values" + _completionTests_verifyCompletion KFAIL "helm -v get " "hooks manifest notes values" _completionTests_verifyCompletion ZFAIL "helm get --name" "--namespace= --namespace" fi