diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:15:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:15:35 +0000 |
commit | f09848204fa5283d21ea43e262ee41aa578e1808 (patch) | |
tree | c62385d7adf209fa6a798635954d887f718fb3fb /tests/run-unit-tests.sh | |
parent | Releasing debian version 1.46.3-2. (diff) | |
download | netdata-f09848204fa5283d21ea43e262ee41aa578e1808.tar.xz netdata-f09848204fa5283d21ea43e262ee41aa578e1808.zip |
Merging upstream version 1.47.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | tests/run-unit-tests.sh | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/tests/run-unit-tests.sh b/tests/run-unit-tests.sh index f819f1bc..2527264d 100755 --- a/tests/run-unit-tests.sh +++ b/tests/run-unit-tests.sh @@ -1,18 +1,7 @@ #!/usr/bin/env bash # -# Unit-testing script -# -# This script does the following: -# 1. Check whether any files were modified that would necessitate unit testing (using the `TRAVIS_COMMIT_RANGE` environment variable). -# 2. If there are no changed files that require unit testing, exit successfully. -# 3. Otherwise, run all the unit tests. -# -# We do things this way because our unit testing takes a rather long -# time (average 18-19 minutes as of the original creation of this script), -# so skipping it when we don't actually need it can significantly speed -# up the CI process. -# -# Copyright: SPDX-License-Identifier: GPL-3.0-or-later +# Copyright: 2020-2024 (c) Netdata Inc. +# SPDX-License-Identifier: GPL-3.0-or-later # # Author: Austin S. Hemmelgarn <austin@netdata.cloud> # @@ -26,8 +15,7 @@ install_netdata() { --install-prefix "$HOME" \ --dont-wait \ --dont-start-it \ - --disable-lto \ - --enable-logsmanagement-tests + --disable-lto } c_unit_tests() { |