Skip to content

Commit 4752fea

Browse files
committed
update run.sh
1 parent a9bb718 commit 4752fea

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 21 ]; then
28+
if [[ $failed_cases -eq 21 ]]; then
2929
echo "=============================="
3030
echo "Test cpp-linter-hooks success."
3131
echo "=============================="

0 commit comments

Comments
 (0)