Browse Source

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

Rusty Russell 14 years ago
parent
commit
ad5b0543eb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ccan/tdb/_info

+ 2 - 1
ccan/tdb/_info

@@ -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[])
 {