mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
@ -46,6 +46,7 @@ def run_all_demos(quiet=False):
|
|||||||
"""
|
"""
|
||||||
all_demos = glob.glob('programs/*/*_demo.sh')
|
all_demos = glob.glob('programs/*/*_demo.sh')
|
||||||
if not all_demos:
|
if not all_demos:
|
||||||
|
# Keep the message on one line. pylint: disable=line-too-long
|
||||||
raise Exception('No demos found. run_demos needs to operate from the Mbed TLS toplevel directory.')
|
raise Exception('No demos found. run_demos needs to operate from the Mbed TLS toplevel directory.')
|
||||||
return run_demos(all_demos, quiet=quiet)
|
return run_demos(all_demos, quiet=quiet)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user