You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/fuzz/runFuzzTest.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ then
203
203
COVERAGE_FAILURE_ALLOWED=1
204
204
fi
205
205
206
-
if [ "$FEATURE_COVERAGE"-lt$MIN_FEATURES_COVERED&& COVERAGE_FAILURE_ALLOWED -eq 0 ];then
206
+
if [["$FEATURE_COVERAGE"-lt$MIN_FEATURES_COVERED&& COVERAGE_FAILURE_ALLOWED -eq 0 ]];then
207
207
printf"\033[31;1mERROR!\033[0m ${TEST_NAME} only covers ${FEATURE_COVERAGE} features, which is below ${MIN_FEATURES_COVERED}! This may be due to missing corpus files or a bug.\n"
0 commit comments