Skip to content
Snippets Groups Projects
Verified Commit d633ad29 authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

Fix path to LSanSuppress.supp in CI rpc tests

parent 93ddb945
No related branches found
No related tags found
1 merge request!12Resolve "Execute RPCs tests in CI"
......@@ -46,7 +46,7 @@ rpc:
needs: [build]
script:
- export ASAN_OPTIONS=detect_odr_violation=0
- export LSAN_OPTIONS=verbosity=1:log_threads=1:suppressions=tests/LSanSuppress.supp
- export LSAN_OPTIONS=verbosity=1:log_threads=1:suppressions=${CI_PROJECT_DIR}/tests/LSanSuppress.supp
- export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${CI_PROJECT_DIR}/compiled/lib
- compiled/bin/scord -f --force-console &
- build/examples/cxx/ADM_ping ofi+tcp://127.0.0.1:52000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment