Skip to content

Commit

Permalink
fix(scripts): Fix scripts/compare_ci.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurPV committed Feb 4, 2025
1 parent 1ced578 commit d3e6593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compare_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function process_standard() {

while IFS= read -r -d '' FILE
do
check_status "ci_command --include0 lib/cc/std -f -s $1 $FILE" "inc_success CI_SUCCESS[$2]" $FILE $CI
check_status "ci_command --no-state-check --include0 lib/cc/std/include -f -s $1 $FILE" "inc_success CI_SUCCESS[$2]" $FILE $CI
done < <(find "${!dir_ci}" -type l -print0)
}

Expand Down

0 comments on commit d3e6593

Please sign in to comment.