summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-03-26 12:13:15 +0000
committerGitHub <noreply@github.com>2019-03-26 12:13:15 +0000
commit6d75c63b0d5a816809d93da2aa75766edecc8f68 (patch)
tree97e99379aa2acea72b2502b38150d0407ce316a0 /tests
parent51c75a78c6ec9ae2da8cd308e620fc8a6639da33 (diff)
netdata/packaging/ci: nits (#5709)
It is approved by @cakrit, not sure why github doesn't let me merge it since he is code owner. We are still looking at this, merging for now as this is a really tiny and safe change anyway
Diffstat (limited to 'tests')
-rwxr-xr-xtests/installer/checksums.sh2
-rwxr-xr-xtests/installer/slack.sh5
2 files changed, 3 insertions, 4 deletions
diff --git a/tests/installer/checksums.sh b/tests/installer/checksums.sh
index 625b1a1d7a..b2759bd5f9 100755
--- a/tests/installer/checksums.sh
+++ b/tests/installer/checksums.sh
@@ -12,7 +12,7 @@ set -e
TOP_LEVEL=$(basename "$(git rev-parse --show-toplevel 2> /dev/null || echo "")")
CWD="$(git rev-parse --show-cdup 2> /dev/null || echo "")"
if [ -n "$CWD" ] || [ ! "${TOP_LEVEL}" == "netdata" ]; then
- echo "Run as .travis/$(basename "$0") from top level directory of netdata git repository"
+ echo "Run as ./tests/installer/$(basename "$0") from top level directory of netdata git repository"
echo "Kickstart validation process aborted"
exit 1
fi
diff --git a/tests/installer/slack.sh b/tests/installer/slack.sh
index 817989db92..a5a17a7478 100755
--- a/tests/installer/slack.sh
+++ b/tests/installer/slack.sh
@@ -1,6 +1,5 @@
-#!/bin/bash
-#
-# Simple incoming webhook for slack integration.
+# #No shebang necessary
+# BASH Lib: Simple incoming webhook for slack integration.
#
# The script expects the following parameters to be defined by the upper layer:
# SLACK_INCOMING_WEBHOOK_URL