mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-03 10:34:16 -04:00
compat.sh: Rename list_test_case to list_test_cases
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
This commit is contained in:
parent
cfe68a0cb6
commit
4fc582461b
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user