UBUNTU: [Packaging] abi-check: ignore failures when abi check is skipped

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi
2023-01-04 11:45:03 +01:00
committed by Paolo Pisati
parent 93592077df
commit ea57d726fc
+1 -1
View File
@@ -101,7 +101,7 @@ changed_type = 0
error = False
for sym, vals in symbols.items():
# Ignore new symbols
if 'old' not in vals:
if 'old' not in vals or 'loc' not in vals:
continue
# Changes in location don't hurt us, but log it anyway