From 4bf4ba1c596b5907974f19ac12ead73c62923926 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Tue, 10 Jan 2017 09:23:12 -0800 Subject: [PATCH] [tests] make sure we delete infer-out at the start of the reactive test Summary: If we don't delete infer-out then it gets polluted with files from previous versions of infer resulting in segfaults during `make test`. Reviewed By: cristianoc Differential Revision: D4397723 fbshipit-source-id: 1211d40 --- infer/tests/build_systems/reactive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- \