Skip to content

Commit bbcf670

Browse files
committed
fix
1 parent 84605ef commit bbcf670

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/scripts/sketch_utils.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
set -e
4-
53
function build_sketch(){ # build_sketch <ide_path> <user_path> <path-to-ino> [extra-options]
64
while [ ! -z "$1" ]; do
75
case "$1" in

.github/scripts/tests_run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
set -e
4-
53
function run_test() {
64
local target=$1
75
local sketch=$2

0 commit comments

Comments
 (0)