autobuild: always set TDB_NO_FSYNC.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 22 Jun 2012 00:14:36 +0000 (09:44 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 22 Jun 2012 05:35:16 +0000 (07:35 +0200)
commitf7f6992c1e6ee8ac4a55c2fddf169ac695362036
treee90b7eb654055d80d230138950cc5fbb92d27dee
parent0265837ee8ab98b00c18411bee3770075e27f900
autobuild: always set TDB_NO_FSYNC.

Then we unset it inside the tdb test target itself.  This means that
new code can't accidently forget it, and we can set it in the
'buildnice' script on sn-devel, for example.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
lib/tdb/wscript
script/autobuild.py