From 6bd74f4d7d6a070a0528c556433003fff1db5f98 Mon Sep 17 00:00:00 2001 From: mxaddict Date: Sun, 24 Dec 2023 14:51:17 +0800 Subject: [PATCH] Fixed directory location for iwyu/bitcoin file in test runner --- ci/test/03_test_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/03_test_script.sh b/ci/test/03_test_script.sh index fdd023ae293f3..9825884e7abde 100755 --- a/ci/test/03_test_script.sh +++ b/ci/test/03_test_script.sh @@ -192,7 +192,7 @@ if [ "${RUN_TIDY}" = "true" ]; then cd "${BASE_BUILD_DIR}/navcoin-$HOST/" python3 "/include-what-you-use/iwyu_tool.py" \ -p . "${MAKEJOBS}" \ - -- -Xiwyu --cxx17ns -Xiwyu --mapping_file="${BASE_BUILD_DIR}/bitcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp" \ + -- -Xiwyu --cxx17ns -Xiwyu --mapping_file="${BASE_BUILD_DIR}/navcoin-$HOST/contrib/devtools/iwyu/bitcoin.core.imp" \ -Xiwyu --max_line_length=160 \ 2>&1 | tee /tmp/iwyu_ci.out cd "${BASE_ROOT_DIR}/src"