We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a843ad2 commit a9bb718Copy full SHA for a9bb718
testing/run.sh
@@ -25,7 +25,7 @@ failed_cases=$(grep -c "Failed" result.txt)
25
26
echo "$failed_cases cases failed."
27
28
-if [ $failed_cases -eq 10 ]; then
+if [ $failed_cases -eq 21 ]; then
29
echo "=============================="
30
echo "Test cpp-linter-hooks success."
31
0 commit comments