Skip to content
Snippets Groups Projects
Commit 01c4768d authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[scripts.test_cpp_azure] add sanitizer options to suppress memory leak reports

parent b14884c6
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD}
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD} test_binaries
HEADERCHECK="headercheck"
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${CTEST}
ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=print_stacktrace=1:report_error_type=1 ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${CTEST}
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD} ${HEADERCHECK}
cp ${DUNE_BUILD_DIR}/${MY_MODULE}/${MY_MODULE//-/\/}/test/*xml ${HOME}/testresults/
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