mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-06 05:25:18 +00:00
Rename abi_check and convert it to a pure-play module
The actual scripts will continue to live in the individual repositories. Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
Executable → Regular
-5
@@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
"""This script compares the interfaces of two versions of Mbed TLS, looking
|
||||
for backward incompatibilities between two different Git revisions within
|
||||
an Mbed TLS repository. It must be run from the root of a Git working tree.
|
||||
@@ -677,7 +676,3 @@ def run_main():
|
||||
# status 2, not 1.
|
||||
traceback.print_exc()
|
||||
sys.exit(2)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_main()
|
||||
Reference in New Issue
Block a user