Skip to content

Commit 2be9eec

Browse files
committed
Merge branch 'ci/default_partition' into test/psram
2 parents 4f9b9fa + 6802fd7 commit 2be9eec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/scripts/sketch_utils.sh

+5
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ function count_sketches(){ # count_sketches <path> [target] [file] [ignore-requi
321321
continue
322322
fi
323323

324+
echo "Args: $#"
325+
echo "1: $1"
326+
echo "2: $2"
327+
echo "3: $3"
328+
echo "4: $4"
324329
echo "ignore_requirements: $ignore_requirements"
325330

326331
if [ "$ignore_requirements" != "1" ]; then

.github/scripts/tests_run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ else
229229
fi
230230

231231
set +e
232-
${COUNT_SKETCHES} $test_folder $target "" 1 # Ignore requirements as we don't have the libs. The requirements will be checked in the run_test function
232+
# Ignore requirements as we don't have the libs. The requirements will be checked in the run_test function
233+
${COUNT_SKETCHES} "$test_folder" "$target" "" "1"
233234
sketchcount=$?
234235
set -e
235236
sketches=$(cat sketches.txt)

0 commit comments

Comments
 (0)