mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-05-30 04:04:51 +03:00
Merge pull request #6798 from gilles-peskine-arm/check_test_cases-quiet_ci-2.28
Hide check_test_cases warnings on the CI
This commit is contained in:
commit
8ee18d3787
@ -833,7 +833,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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user