summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-12 16:30:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-12 16:30:45 +0000
commit105ad30a29266eafedd8ef79bc21218b92415907 (patch)
treeca61c4aec3a3feceef50a88e5d125bbb2621ad3a /tests
parentReleasing debian version 1.30.0-1. (diff)
downloadnetdata-105ad30a29266eafedd8ef79bc21218b92415907.tar.xz
netdata-105ad30a29266eafedd8ef79bc21218b92415907.zip
Merging upstream version 1.30.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/alarm_repetition/alarm.sh.in2
-rwxr-xr-xtests/installer/checksums.sh2
-rw-r--r--tests/template_dimension/template_dim.sh.in2
-rwxr-xr-xtests/updater_checks.bats2
-rwxr-xr-xtests/updater_checks.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/alarm_repetition/alarm.sh.in b/tests/alarm_repetition/alarm.sh.in
index 09d6aaf4..3ceab660 100644
--- a/tests/alarm_repetition/alarm.sh.in
+++ b/tests/alarm_repetition/alarm.sh.in
@@ -84,6 +84,6 @@ cp -a netdata.conf_with_repetition netdata.conf
process_data "ram_with" "I" "activated."
rm netdata.conf
-echo -e "${GREEN} all the tests were sucessful ${NOCOLOR}"
+echo -e "${GREEN} all the tests were successful ${NOCOLOR}"
rm "$HEALTHDIR/ram.conf"
rm -rf $OUTDIR
diff --git a/tests/installer/checksums.sh b/tests/installer/checksums.sh
index 3fbbfa38..e83e0c23 100755
--- a/tests/installer/checksums.sh
+++ b/tests/installer/checksums.sh
@@ -51,4 +51,4 @@ check_file() {
check_file kickstart.sh packaging/installer/methods/kickstart.md
check_file kickstart-static64.sh packaging/installer/methods/kickstart-64.md
-echo "No problems found, exiting succesfully!"
+echo "No problems found, exiting successfully!"
diff --git a/tests/template_dimension/template_dim.sh.in b/tests/template_dimension/template_dim.sh.in
index 88978fd8..00789258 100644
--- a/tests/template_dimension/template_dim.sh.in
+++ b/tests/template_dimension/template_dim.sh.in
@@ -85,4 +85,4 @@ process_data "foreach_with_template" 10 "$HEALTHDIR/dim_foreach_with_template_sp
rm "$HEALTHDIR/dim_foreach_with_template_sp.conf"
rm -rf "$OUTDIR"
-echo -e "${GREEN} all the tests were sucessful ${NOCOLOR}"
+echo -e "${GREEN} all the tests were successful ${NOCOLOR}"
diff --git a/tests/updater_checks.bats b/tests/updater_checks.bats
index 930cea99..d9f4cc0c 100755
--- a/tests/updater_checks.bats
+++ b/tests/updater_checks.bats
@@ -54,7 +54,7 @@ setup() {
@test "update netdata using the new updater" {
export ENVIRONMENT_FILE="${ENV}"
# Run the updater, with the override so that it uses the local repo we have at hand
- export NETDATA_LOCAL_TARBAL_OVERRIDE="${PWD}"
+ export NETDATA_LOCAL_TARBALL_OVERRIDE="${PWD}"
${INSTALLATION}/netdata/usr/libexec/netdata/netdata-updater.sh --not-running-from-cron
! grep "new_installation" "${ENV}"
}
diff --git a/tests/updater_checks.sh b/tests/updater_checks.sh
index dff87a67..1c8d7b02 100755
--- a/tests/updater_checks.sh
+++ b/tests/updater_checks.sh
@@ -63,7 +63,7 @@ case "${running_os}" in
;;
esac
-# Run depednency scriptlet, before anything else
+# Run dependency scriptlet, before anything else
#
./packaging/installer/install-required-packages.sh --non-interactive netdata