Skip to content

Commit

Permalink
Fix CI issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed Apr 3, 2024
1 parent 212f7e3 commit 6833915
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
id: test-agent
if: needs.file-check.outputs.run == 'true'
run: |
/usr/local/netdata/usr/sbin/netdata -D > ./netdata.log 2>&1 &
/usr/local/netdata/sbin/netdata -D > ./netdata.log 2>&1 &
./packaging/runtime-check.sh
- name: Failure Notification
uses: rtCamp/action-slack-notify@v2
Expand Down
1 change: 0 additions & 1 deletion packaging/makeself/install-or-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ renice 19 $$ > /dev/null 2> /dev/null

NETDATA_PREFIX="/opt/netdata"
NETDATA_USER_CONFIG_DIR="${NETDATA_PREFIX}/etc/netdata"
NETDATA_OLD_USR_PATH="${NETDATA_PREFIX}/usr"

# -----------------------------------------------------------------------------
if [ -d /opt/netdata/etc/netdata.old ]; then
Expand Down
2 changes: 1 addition & 1 deletion tests/run-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ c_unit_tests() {
echo "Running C code unit tests"

ASAN_OPTIONS=detect_leaks=0 \
"$HOME"/netdata/usr/sbin/netdata -W unittest
"$HOME/netdata/sbin/netdata" -W unittest
}

install_netdata || exit 1
Expand Down

0 comments on commit 6833915

Please sign in to comment.