1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-01 03:47:23 +03:00

Fix typos in tests

This patch fixes some spelling typos found in tests directory.
This commit is contained in:
Masanari Iida
2020-09-01 23:37:14 +09:00
parent 885851a5ea
commit cbb44b2cc9
3 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@ function build_sketches_with_platformio()
local sketchdirname=$(basename $sketchdir)
local sketchname=$(basename $sketch)
if [[ "${sketchdirname}.ino" != "$sketchname" ]]; then
echo "Skipping $sketch, beacause it is not the main sketch file";
echo "Skipping $sketch, because it is not the main sketch file";
continue
fi;
if [[ -f "$sketchdir/.test.skip" ]]; then