Merge pull request from gilles-peskine-arm/check_test_cases-quiet_ci

Hide check_test_cases warnings on the CI
This commit is contained in:
Manuel Pégourié-Gonnard 2022-12-21 09:42:41 +01:00 committed by GitHub
commit eab43a62c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -870,7 +870,7 @@ component_check_test_cases () {
else else
opt='' opt=''
fi fi
tests/scripts/check_test_cases.py $opt tests/scripts/check_test_cases.py -q $opt
unset opt unset opt
} }