tdb2: suppress failtest more than once on mmap.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 5 Dec 2011 06:34:30 +0000 (17:04 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 5 Dec 2011 06:34:30 +0000 (17:04 +1030)
commit6e3c40500c9c786a5b20a02420fcf48ec0b9b5c4
tree5167aba2bea9459a4f924ce5e59a3617fdd7dc2e
parentbb09b32910f6da647f5409f974eb056169ab9cdb
tdb2: suppress failtest more than once on mmap.

Now we test failing mmap, ccanlint -v time has increased from 200 to
330 seconds.  Worse, tests no time out on my laptop.

Fix this, by preventing us from going down that particular rabbit hole.
ccanlint -v now takes 201 seconds again.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
(Imported from CCAN commit fbae37ba91ec230e34be564084099726cc3a9d47)
lib/tdb2/test/failtest_helper.c