mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
all.sh: robustness improvement
The original pattern would catch any extension, which could include things like editor backup files etc, that we'd rather ignore. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
a742337ef6
commit
5c6f787caa
@ -1032,7 +1032,8 @@ component_check_test_dependencies () {
|
|||||||
expected="check-test-deps-expected-$$"
|
expected="check-test-deps-expected-$$"
|
||||||
|
|
||||||
# Find legacy dependencies in PSA tests
|
# Find legacy dependencies in PSA tests
|
||||||
grep 'depends_on' tests/suites/test_suite_psa* |
|
grep 'depends_on' \
|
||||||
|
tests/suites/test_suite_psa*.data tests/suites/test_suite_psa*.function |
|
||||||
grep -Eo '!?MBEDTLS_[^: ]*' |
|
grep -Eo '!?MBEDTLS_[^: ]*' |
|
||||||
grep -v MBEDTLS_PSA_ |
|
grep -v MBEDTLS_PSA_ |
|
||||||
sort -u > $found
|
sort -u > $found
|
||||||
|
Loading…
x
Reference in New Issue
Block a user