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 0ac1ea1 commit 6a5de1fCopy full SHA for 6a5de1f
testing/run.sh
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env bash
+#!/bin/bash
2
3
configs=(
4
"pre-commit-config.yaml"
@@ -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 10 ]; then
29
echo "=============================="
30
echo "Test cpp-linter-hooks success."
31
0 commit comments