mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-09 11:59:55 +00:00
compat.sh: Rename list_test_case to list_test_cases
Signed-off-by: Tomás González <[email protected]>
This commit is contained in:
+3
-3
@@ -141,8 +141,8 @@ print_test_case() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# list_test_case lists all potential test cases in compat.sh without execution
|
# list_test_cases lists all potential test cases in compat.sh without execution
|
||||||
list_test_case() {
|
list_test_cases() {
|
||||||
reset_ciphersuites
|
reset_ciphersuites
|
||||||
for TYPE in $TYPES; do
|
for TYPE in $TYPES; do
|
||||||
add_common_ciphersuites
|
add_common_ciphersuites
|
||||||
@@ -193,7 +193,7 @@ get_options() {
|
|||||||
# Please check scripts/check_test_cases.py correspondingly
|
# Please check scripts/check_test_cases.py correspondingly
|
||||||
# if you have to modify option, --list-test-cases
|
# if you have to modify option, --list-test-cases
|
||||||
--list-test-cases)
|
--list-test-cases)
|
||||||
list_test_case
|
list_test_cases
|
||||||
exit $?
|
exit $?
|
||||||
;;
|
;;
|
||||||
--outcome-file)
|
--outcome-file)
|
||||||
|
|||||||
Reference in New Issue
Block a user