mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Bump number of expected licences to 15 due to the imported accessiblity
code
This commit is contained in:
parent
995fa5904a
commit
687e767ffb
@ -122,7 +122,7 @@ function verify_licenses() (
|
||||
|
||||
local actualLicenseCount
|
||||
actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')"
|
||||
local expectedLicenseCount=2 # When changing this number: Update the error message below as well describing all expected license types.
|
||||
local expectedLicenseCount=15 # When changing this number: Update the error message below as well describing all expected license types.
|
||||
|
||||
if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then
|
||||
echo "=============================== ERROR ==============================="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user