From 5c1b862bbdfb45c8e05bedda10f52fb568e9aa77 Mon Sep 17 00:00:00 2001 From: Sungkeun Cho Date: Sun, 6 Jan 2019 17:29:09 -0800 Subject: [PATCH] [infer] Fix test script (build_utf8_in_pwd_test) Reviewed By: mbouaziz Differential Revision: D13571885 fbshipit-source-id: b499eb22b --- infer/tests/build_systems/utf8_in_pwd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/tests/build_systems/utf8_in_pwd/Makefile b/infer/tests/build_systems/utf8_in_pwd/Makefile index 8e289d93f..ecabb4cdb 100644 --- a/infer/tests/build_systems/utf8_in_pwd/Makefile +++ b/infer/tests/build_systems/utf8_in_pwd/Makefile @@ -62,7 +62,7 @@ infer-out-cmake/report.json: $(CMAKE_DIR) $(CMAKE_SOURCES_DIR)/CMakeLists.txt $( $(QUIET)cd $(CMAKE_ANALYZE_DIR) && \ $(call silent_on_success,Testing\ 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) && \ $(call silent_on_success,Testing\ Infer/CMake is immune to UTF-8 in PWD: Makefile execution,\