]> git.ozlabs.org Git - ccan/commitdiff
tdb: only mark two files as failing, don't turn off all valgrind tests.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Aug 2011 03:23:00 +0000 (12:53 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 24 Aug 2011 03:23:00 +0000 (12:53 +0930)
ccan/tdb/_info

index a20ef98af72c8320eda7d6693bd2320598939d67..ca49e3f7dc8c2bc61a81c2b2479eabad1e533c2e 100644 (file)
@@ -67,7 +67,8 @@
  *
  * Ccanlint:
  *     // 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[])
 {