Skip to content

Commit

Permalink
Correction to run_CI_locall.sh (#8552)
Browse files Browse the repository at this point in the history
`tests/ci/check_restyle.sh` does not exist; however, `tests/ci/style_check.sh` does.
Changed run_CI_locally.sh to run style_check.sh from ci directory.
  • Loading branch information
mhightower83 authored Apr 30, 2022
1 parent 02c1a50 commit f149d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_CI_locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ elif [ "$BUILD_TYPE" = host ]; then
tests/ci/host_test.sh

elif [ "$BUILD_TYPE" = style ]; then
tests/ci/check_restyle.sh
tests/ci/style_check.sh
tests/restyle.sh

else
Expand Down

0 comments on commit f149d7b

Please sign in to comment.