We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f13d4ca + 3403dd1 commit 4f9b9faCopy full SHA for 4f9b9fa
.github/scripts/tests_run.sh
@@ -229,7 +229,7 @@ else
229
fi
230
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
+ ${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
233
sketchcount=$?
234
set -e
235
sketches=$(cat sketches.txt)
0 commit comments