Skip to content
Snippets Groups Projects
Commit a8d595e0 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

apertis-abi-compare: fix typo


Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent 7327bcef
No related branches found
No related tags found
4 merge requests!66Merge changes from apertis/v2023-updates into apertis/v2023,!65Merge changes from apertis/v2022-updates into apertis/v2022,!60Backport v2022 <- v2024: apertis-abi-compare: don't fail in case of soname change,!59Backport v2023 <- v2024: apertis-abi-compare: don't fail in case of soname change
......@@ -297,9 +297,9 @@ def main():
if returncode_max < lib_returncode:
returncode_max = lib_returncode
if lib_returncode == 0:
print(f'INFO: - No ABI breakge detected for {lib_name}: {lib_returncode}')
print(f'INFO: - No ABI breakage detected for {lib_name}: {lib_returncode}')
elif lib_returncode == 1:
print(f'INFO: - !!! ABI breakge detected for {lib_name}: {lib_returncode}')
print(f'INFO: - !!! ABI breakage detected for {lib_name}: {lib_returncode}')
elif lib_returncode == 6:
print(f'INFO: - !!! FAILS to build headers for {lib_name}: {lib_returncode}')
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment