We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ed22e commit 429efc7Copy full SHA for 429efc7
_assets/scripts/run_functional_tests.sh
@@ -6,7 +6,7 @@ GIT_ROOT=$(cd "${BASH_SOURCE%/*}" && git rev-parse --show-toplevel)
6
source "${GIT_ROOT}/_assets/scripts/colors.sh"
7
source "${GIT_ROOT}/_assets/scripts/codecov.sh"
8
9
-export LD_LIBRARY_PATH="${GIT_ROOT}/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/build/:${LD_LIBRARY_PATH}"
+export LD_LIBRARY_PATH="${GIT_ROOT}/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/build/"
10
11
: "${FUNCTIONAL_TESTS_LOG_LEVEL:=INFO}"
12
: "${FUNCTIONAL_TESTS_REPORT_CODECOV:=false}"
0 commit comments