summaryrefslogtreecommitdiffstats
path: root/tests/updater_checks.bats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-01-04 07:34:28 -0500
committerGitHub <noreply@github.com>2023-01-04 07:34:28 -0500
commitdf379e45fbaddf825f1f7972a75ae3f3daf80097 (patch)
treee24c9547792ff227ea0c750d4ae8dbb875c0b91f /tests/updater_checks.bats
parent7793b9c3bfe75b3649518ec78954a80b3e33bd38 (diff)
Finish renaming the `--install` option to `--install-prefix`. (#13881)
* Finish renaming the `--install` option to `--install-prefix`. * Fix remaining references to `--install` option.
Diffstat (limited to 'tests/updater_checks.bats')
-rwxr-xr-xtests/updater_checks.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/updater_checks.bats b/tests/updater_checks.bats
index 15ffce8fb5..14bee2027b 100755
--- a/tests/updater_checks.bats
+++ b/tests/updater_checks.bats
@@ -34,7 +34,7 @@ setup() {
}
@test "install stable netdata using kickstart" {
- ./packaging/installer/kickstart.sh --dont-wait --dont-start-it --auto-update --install ${INSTALLATION}
+ ./packaging/installer/kickstart.sh --dont-wait --dont-start-it --auto-update --install-prefix ${INSTALLATION}
# Validate particular files
for file in $FILES; do