Skip to content

Commit 4d850be

Browse files
committed
Merge branch 'master' into test
2 parents 8f31556 + f8b0f10 commit 4d850be

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)