Hide check_test_cases warnings on the CI
We aren't paying attention to the warnings. So hide them and save log size. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
9fa4897839
commit
031114d6ec
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ component_check_test_cases () {
|
|||
else
|
||||
opt=''
|
||||
fi
|
||||
tests/scripts/check_test_cases.py $opt
|
||||
tests/scripts/check_test_cases.py -q $opt
|
||||
unset opt
|
||||
|
||||
# Check that no tests are explicitely disabled when USE_PSA_CRYPTO is set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue