diff --git a/infer/tests/build_systems/reactive/Makefile b/infer/tests/build_systems/reactive/Makefile index d622fc54a..5bb8d424a 100644 --- a/infer/tests/build_systems/reactive/Makefile +++ b/infer/tests/build_systems/reactive/Makefile @@ -22,7 +22,7 @@ include $(TESTS_DIR)/clang.make infer-out/report.json: $(CLANG_DEPS) $(SOURCES) $(HEADERS) $(call silent_on_success,\ - $(INFER_BIN) $(INFER_OPTIONS) -a capture --reactive --continue -- \ + $(INFER_BIN) $(INFER_OPTIONS) -a capture -- \ clang $(CLANG_OPTIONS) $(SOURCES1)) $(call silent_on_success,\ $(INFER_BIN) $(INFER_OPTIONS) -a capture --reactive --continue -- \