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 4975283 commit 008459bCopy full SHA for 008459b
testing/run.sh
@@ -29,7 +29,7 @@ failed_cases=`grep -c "Failed" result.txt`
29
30
echo $failed_cases " cases failed."
31
32
-if [ $failed_cases -eq 9 ]; then
+if [ $failed_cases -eq 10 ]; then
33
echo "=============================="
34
echo "Test cpp-linter-hooks success."
35
0 commit comments