diff --git a/.circleci/config.yml b/.circleci/config.yml index c405a0e93e..d27f5fc56a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -211,7 +211,8 @@ jobs: - run: name: Test command: | - ./bin/avm_tests -r junit > ${TEST_RESULTS}/arb-avm-cpp.xml + echo 'leak:libtcmalloc' > /tmp/lsan-suppressions + LSAN_OPTIONS=suppressions=/tmp/lsan-suppressions ./bin/avm_tests -r junit > ${TEST_RESULTS}/arb-avm-cpp.xml lcov --capture --directory . --output-file coverage.info lcov --remove coverage.info --output-file coverage.info '/usr/*' '*/tests/*' '*/external/*' lcov --list coverage.info