Use flatbuffers for testing

This commit is contained in:
Andrew Noyes 2019-06-19 14:21:42 -07:00
parent ac1a135d12
commit 62611e744f
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ def run_simulation_test(basedir, options):
pargs.append(os.path.join(args.builddir, 'fdb.cluster'))
else:
pargs.append('-S')
pargs.append('off')
pargs.append('on')
td = TestDirectory(basedir)
if options.buggify:
pargs.append('-b')