mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
compat.sh: return $? in option --list-test-case to handle error case
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
2b50c651da
commit
14e052fd7c
@ -174,7 +174,7 @@ get_options() {
|
|||||||
# if you have to modify option, --list-test-case
|
# if you have to modify option, --list-test-case
|
||||||
--list-test-case)
|
--list-test-case)
|
||||||
list_test_case
|
list_test_case
|
||||||
exit 0
|
exit $?
|
||||||
;;
|
;;
|
||||||
-h|--help)
|
-h|--help)
|
||||||
print_usage
|
print_usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user