Skip to content

Commit 429efc7

Browse files
fix: avoid reference LD_LIBRARY_PATH as it is not defined yet
1 parent f8ed22e commit 429efc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_assets/scripts/run_functional_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GIT_ROOT=$(cd "${BASH_SOURCE%/*}" && git rev-parse --show-toplevel)
66
source "${GIT_ROOT}/_assets/scripts/colors.sh"
77
source "${GIT_ROOT}/_assets/scripts/codecov.sh"
88

9-
export LD_LIBRARY_PATH="${GIT_ROOT}/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/build/:${LD_LIBRARY_PATH}"
9+
export LD_LIBRARY_PATH="${GIT_ROOT}/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/build/"
1010

1111
: "${FUNCTIONAL_TESTS_LOG_LEVEL:=INFO}"
1212
: "${FUNCTIONAL_TESTS_REPORT_CODECOV:=false}"

0 commit comments

Comments
 (0)