diff --git a/scripts/ci-opencv.sh b/scripts/ci-opencv.sh index 75adccf1ffcbbd520442b561a4d2e67bd38ed4a3..082fcb922cc2abfa1ba356f7aa851b041c562e99 100755 --- a/scripts/ci-opencv.sh +++ b/scripts/ci-opencv.sh @@ -68,7 +68,7 @@ CORE_TEST_PATTERNS=( '*Core_MinMaxIdx*' '*Core_minMaxIdx*' '*Core_Array*' - '*Compare*' + 'Compare*' '*Core_InRange/*' ) CORE_TEST_PATTERNS_STR="$(join_strings_with_colon "${CORE_TEST_PATTERNS[*]}")"