[Infer][frontend] Pass -incremental flag to the backend

Summary: Previously, this flag did nothing.
master
Sam Blackshear 10 years ago
parent 5e5fac5dbc
commit b2398ae990

@ -495,6 +495,9 @@ class Infer:
# '-notest',
]
if self.args.incremental:
infer_options.append('-incremental')
if self.args.specs_dirs:
infer_options += self.args.specs_dirs

Loading…
Cancel
Save