mirror of https://github.com/getdnsapi/getdns.git
What options can I use with travis valgrind?
This commit is contained in:
parent
620de476df
commit
d2e62acf0d
|
@ -12,4 +12,6 @@ qwerlkjhasdfpuiqwyerm.1234kjhrqwersv.com
|
|||
-H 8.8.8.8
|
||||
-H 2a04:b900:0:100::37
|
||||
EOT
|
||||
valgrind -v --leak-check=full --error-exitcode=1 --errors-for-leak-kinds=definite,possible --track-origins=yes true || valgrind --help
|
||||
"${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
|
||||
|
||||
|
|
Loading…
Reference in New Issue