xiaoxiang781216 commented on code in PR #7114: URL: https://github.com/apache/incubator-nuttx/pull/7114#discussion_r992977554
########## tools/testbuild.sh: ########## @@ -218,6 +236,32 @@ function makefunc { return $fail } +function checkfunc { + build_cmd="${MAKE} ${MAKE_FLAGS} \"${EXTRA_FLAGS}\" ${JOPTION} 1>/dev/null" + + local config_sub_path=$(echo "$config" | sed "s/:/\//") + local sub_target_name=${config_sub_path#$(dirname "${config_sub_path}")/} + local codechecker_logs_dir=${ARTIFACTDIR}/codechecker_logs/${config_sub_path} Review Comment: Ok, let's change codechecker_logs_dir to codechecker_dir -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org