mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
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:
@ -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
|
||||||
|
|
||||||
# Check that no tests are explicitely disabled when USE_PSA_CRYPTO is set
|
# Check that no tests are explicitely disabled when USE_PSA_CRYPTO is set
|
||||||
|
Reference in New Issue
Block a user