Skip to content

Commit 7fcbfdc

Browse files
Earle F. Philhower, IIIEarle F. Philhower, III
authored andcommitted
Fix platformio.sh test skipping merge error
1 parent 2b49e7a commit 7fcbfdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/platformio.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ function build_sketches_with_platformio()
4040
echo -e "\n ------------ Skipping $sketch ------------ \n";
4141
continue
4242
fi
43+
if [[ $(skip_ino $sketch) = 1 ]]; then
44+
echo -e "\n ------------ Skipping $sketch ------------ \n";
45+
continue
46+
fi
4347
local build_cmd="pio ci $sketchdir $build_arg"
4448
echo -e "\n ------------ Building $sketch ------------ \n";
4549
echo "$build_cmd"

0 commit comments

Comments
 (0)