diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-06 16:11:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-06 16:11:34 +0000 |
commit | d079b656b4719739b2247dcd9d46e9bec793095a (patch) | |
tree | d2c950c70a776bcf697c963151c5bd959f8a9f03 /tests/run-unit-tests.sh | |
parent | Releasing debian version 1.37.1-2. (diff) | |
download | netdata-d079b656b4719739b2247dcd9d46e9bec793095a.tar.xz netdata-d079b656b4719739b2247dcd9d46e9bec793095a.zip |
Merging upstream version 1.38.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/run-unit-tests.sh')
-rwxr-xr-x | tests/run-unit-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-unit-tests.sh b/tests/run-unit-tests.sh index 70d618ad7..d39351779 100755 --- a/tests/run-unit-tests.sh +++ b/tests/run-unit-tests.sh @@ -21,7 +21,7 @@ install_netdata() { echo "Installing Netdata" fakeroot ./netdata-installer.sh \ - --install "$HOME" \ + --install-prefix "$HOME" \ --dont-wait \ --dont-start-it \ --enable-plugin-nfacct \ |