mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Merge pull request #6795 from gilles-peskine-arm/check_test_cases-quiet_ci
Hide check_test_cases warnings on the CI
This commit is contained in:
commit
eab43a62c3
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue