[infer] Fix test script (build_utf8_in_pwd_test)

Reviewed By: mbouaziz

Differential Revision: D13571885

fbshipit-source-id: b499eb22b
master
Sungkeun Cho 6 years ago committed by Facebook Github Bot
parent 7f70251eff
commit 5c1b862bbd

@ -62,7 +62,7 @@ infer-out-cmake/report.json: $(CMAKE_DIR) $(CMAKE_SOURCES_DIR)/CMakeLists.txt $(
$(QUIET)cd $(CMAKE_ANALYZE_DIR) && \ $(QUIET)cd $(CMAKE_ANALYZE_DIR) && \
$(call silent_on_success,Testing\ $(call silent_on_success,Testing\
Infer/CMake is immune to UTF-8 in PWD: Makefile generation,\ Infer/CMake is immune to UTF-8 in PWD: Makefile generation,\
$(INFER_BIN) compile --project-root $(CMAKE_DIR) --results-dir $(CURDIR)/$(@D) -- cmake ..) $(INFER_BIN) compile --project-root .. --results-dir $(CURDIR)/$(@D) -- cmake ..)
$(QUIET)cd $(CMAKE_ANALYZE_DIR) && \ $(QUIET)cd $(CMAKE_ANALYZE_DIR) && \
$(call silent_on_success,Testing\ $(call silent_on_success,Testing\
Infer/CMake is immune to UTF-8 in PWD: Makefile execution,\ Infer/CMake is immune to UTF-8 in PWD: Makefile execution,\

Loading…
Cancel
Save