Skip to content

Commit f149d7b

Browse files
authored
Correction to run_CI_locall.sh (#8552)
`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.
1 parent 02c1a50 commit f149d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_CI_locally.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ elif [ "$BUILD_TYPE" = host ]; then
115115
tests/ci/host_test.sh
116116

117117
elif [ "$BUILD_TYPE" = style ]; then
118-
tests/ci/check_restyle.sh
118+
tests/ci/style_check.sh
119119
tests/restyle.sh
120120

121121
else

0 commit comments

Comments
 (0)