Skip to content

Commit 3dc9b57

Browse files
committed
Don't output help on install
This isn't a real test, and it produces noise on each install, which isn't desired in case of running under CI environment.
1 parent 320a5ad commit 3dc9b57

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

install-binary.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,6 @@ exit_trap() {
143143
exit $result
144144
}
145145

146-
# testVersion tests the installed client to make sure it is working.
147-
testVersion() {
148-
set +e
149-
echo "$PROJECT_NAME installed into $HELM_PLUGIN_DIR/$PROJECT_NAME"
150-
"${HELM_PLUGIN_DIR}/bin/diff" -h
151-
set -e
152-
}
153-
154146
# Execution
155147

156148
#Stop execution on any error
@@ -163,4 +155,3 @@ getDownloadURL
163155
mkTempDir
164156
downloadFile
165157
installFile
166-
testVersion

0 commit comments

Comments
 (0)