Skip to content

Commit 9579df6

Browse files
committed
update run.sh
1 parent 7e13841 commit 9579df6

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
@@ -29,7 +29,7 @@ failed_cases=`grep -c "Failed" result.txt`
2929

3030
echo $failed_cases " cases failed."
3131

32-
if [ $failed_cases -eq 10 ]; then
32+
if [ $failed_cases -eq 9 ]; then
3333
echo "=============================="
3434
echo "Test cpp-linter-hooks success."
3535
echo "=============================="

0 commit comments

Comments
 (0)