mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
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.
This commit is contained in:
parent
02c1a502ca
commit
f149d7b70e
@ -115,7 +115,7 @@ elif [ "$BUILD_TYPE" = host ]; then
|
|||||||
tests/ci/host_test.sh
|
tests/ci/host_test.sh
|
||||||
|
|
||||||
elif [ "$BUILD_TYPE" = style ]; then
|
elif [ "$BUILD_TYPE" = style ]; then
|
||||||
tests/ci/check_restyle.sh
|
tests/ci/style_check.sh
|
||||||
tests/restyle.sh
|
tests/restyle.sh
|
||||||
|
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user