Skip to content

Commit 3403dd1

Browse files
committed
test
1 parent 6dc23e0 commit 3403dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/scripts/tests_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ 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+
${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
233233
sketchcount=$?
234234
set -e
235235
sketches=$(cat sketches.txt)

0 commit comments

Comments
 (0)