File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 source ${FV_HOME} /olp-cpp-sdk-${test_group_name} -test.variables
5353
5454 test_command=" $REPO_HOME /build/tests/${test_group_name} /olp-cpp-sdk-${test_group_name} -tests --gtest_output=xml:${REPO_HOME} /reports/olp-cpp-sdk-${test_group_name} -test-report.xml ${EXCEPTION} ${FLAKY_CHECK} "
55- valgrind_command=" valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all --xml=yes"
55+ valgrind_command=" valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all --num-callers=500 -- xml=yes"
5656
5757 if [[ ! -z " $misc_folder_path " ]]; then
5858 valgrind_result_file_path=" ${REPO_HOME} /${misc_folder_path} /${test_group_name} _memcheck.xml"
8282 test_command=" $REPO_HOME /build/${test_name% ?????} /tests/${test_name} s \
8383 --gtest_output=" xml:${REPO_HOME} /reports/${test_name} -report.xml" $EXCEPTION $FLAKY_CHECK "
8484
85- valgrind_command=" valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all --xml=yes"
85+ valgrind_command=" valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all --num-callers=500 -- xml=yes"
8686 if [[ ! -z " $misc_folder_path " ]]; then
8787 valgrind_result_file_path=" ${REPO_HOME} /${misc_folder_path} /${test_name} _memcheck.xml"
8888 valgrind_command=" $valgrind_command --xml-file=$valgrind_result_file_path "
You can’t perform that action at this time.
0 commit comments