tools/buildsystem_check: add deprecated pattern for board ci whitelist

This commit is contained in:
Alexandre Abadie 2019-09-16 19:02:54 +02:00
parent 43717c7b2b
commit 2e9f443a5b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -116,6 +116,7 @@ check_deprecated_vars_patterns() {
local pathspec=()
patterns+=(-e 'FEATURES_MCU_GROUP')
patterns+=(-e 'TEST_ON_CI_WHITELIST += all')
# Pathspec with exclude should start by an inclusive pathspec in git 2.7.4
pathspec+=('*')