Hardcode flatbuffers to off for ctest
This commit is contained in:
parent
e1f7a8031f
commit
8082362830
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue