File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments