Skip to content

Commit

Permalink
Update tools/ci/run_ci.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Reto Schneider <[email protected]>
  • Loading branch information
LukasWoodtli and rettichschnidi authored Dec 9, 2024
1 parent a172491 commit 25bf61e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,12 @@ function run_code_checker() {
output_location="${code_checker_report}"
fi

CodeChecker parse -e "$output_format" \
-o "$output_location" \
--config "$config_file" \
--ignore "$ignore_file" \
CodeChecker parse -e "${output_format}" \
-o "${output_location}" \
--config "${config_file}" \
--ignore "${ignore_file}" \
--trim-path-prefix="${REPO_ROOT_DIR}" \
"$code_checker_result_dir"
"${code_checker_result_dir}"
fi
}

Expand Down

0 comments on commit 25bf61e

Please sign in to comment.