Hardcode flatbuffers to off for ctest

This commit is contained in:
Andrew Noyes 2019-05-16 13:02:06 -07:00
parent e1f7a8031f
commit 8082362830
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('random')
pargs.append('off')
td = TestDirectory(basedir)
if options.buggify:
pargs.append('-b')