Skip to content

Commit a9bb718

Browse files
committed
update run.sh
1 parent a843ad2 commit a9bb718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ failed_cases=$(grep -c "Failed" result.txt)
2525

2626
echo "$failed_cases cases failed."
2727

28-
if [ $failed_cases -eq 10 ]; then
28+
if [ $failed_cases -eq 21 ]; then
2929
echo "=============================="
3030
echo "Test cpp-linter-hooks success."
3131
echo "=============================="

0 commit comments

Comments
 (0)