File tree 2 files changed +7
-1
lines changed
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
321
321
continue
322
322
fi
323
323
324
+ echo " Args: $# "
325
+ echo " 1: $1 "
326
+ echo " 2: $2 "
327
+ echo " 3: $3 "
328
+ echo " 4: $4 "
324
329
echo " ignore_requirements: $ignore_requirements "
325
330
326
331
if [ " $ignore_requirements " != " 1" ]; then
Original file line number Diff line number Diff line change 229
229
fi
230
230
231
231
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"
233
234
sketchcount=$?
234
235
set -e
235
236
sketches=$( cat sketches.txt)
You can’t perform that action at this time.
0 commit comments