Commit ad5b0543 authored by Rusty Russell's avatar Rusty Russell

tdb: only mark two files as failing, don't turn off all valgrind tests.

parent 87c2b6ce
...@@ -67,7 +67,8 @@ ...@@ -67,7 +67,8 @@
* *
* Ccanlint: * Ccanlint:
* // valgrind breaks fcntl locks. * // valgrind breaks fcntl locks.
* tests_pass_valgrind FAIL * tests_pass_valgrind test/run-open-during-transaction.c:FAIL
* tests_pass_valgrind_noleaks test/run-die-during-transaction.c:FAIL
*/ */
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment