mirror of https://github.com/getdnsapi/getdns.git
Don't show all leak kinds
This commit is contained in:
parent
d35b7ff174
commit
620de476df
|
@ -12,4 +12,4 @@ qwerlkjhasdfpuiqwyerm.1234kjhrqwersv.com
|
|||
-H 8.8.8.8
|
||||
-H 2a04:b900:0:100::37
|
||||
EOT
|
||||
"${BUILDDIR}/build/libtool" exec valgrind -v --leak-check=full --show-leak-kinds=definite,possible --error-exitcode=1 --errors-for-leak-kinds=definite,possible --track-origins=yes "${GETDNS_QUERY}" -F queries -f "${TPKG_NAME}.ds" +dnssec_return_validation_chain
|
||||
"${BUILDDIR}/build/libtool" exec valgrind -v --leak-check=full --error-exitcode=1 --errors-for-leak-kinds=definite,possible --track-origins=yes "${GETDNS_QUERY}" -F queries -f "${TPKG_NAME}.ds" +dnssec_return_validation_chain
|
||||
|
|
|
@ -12,4 +12,4 @@ qwerlkjhasdfpuiqwyerm.1234kjhrqwersv.com
|
|||
-H 8.8.8.8
|
||||
-H 2a04:b900:0:100::37
|
||||
EOT
|
||||
"${BUILDDIR}/build-stub-only/libtool" exec valgrind -v --leak-check=full --show-leak-kinds=definite,possible --error-exitcode=1 --errors-for-leak-kinds=definite,possible --track-origins=yes "${GETDNS_STUB_QUERY}" -F queries -f "${TPKG_NAME}.ds" +dnssec_return_validation_chain
|
||||
"${BUILDDIR}/build-stub-only/libtool" exec valgrind -v --leak-check=full --error-exitcode=1 --errors-for-leak-kinds=definite,possible --track-origins=yes "${GETDNS_STUB_QUERY}" -F queries -f "${TPKG_NAME}.ds" +dnssec_return_validation_chain
|
||||
|
|
Loading…
Reference in New Issue