disable the valgrind log checking

This commit is contained in:
Daniel Stenberg 2005-01-07 21:11:24 +00:00
parent 5a8097a4d5
commit b5b77f6367
1 changed files with 5 additions and 0 deletions

View File

@ -47,4 +47,9 @@ Pragma: no-cache
Accept: */*
</protocol>
# valgrind detects numerous problems in OpenSSL for this test case, disable
# the valgrind logfile scan
<valgrind>
disable
</valgrind>
</verify>