Skip to content

Commit 7fc3571

Browse files
committed
Allow calling abi_check.py from tf-psa-crypto
Signed-off-by: Bence Szépkúti <[email protected]>
1 parent 1ecf872 commit 7fc3571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mbedtls_framework/abi_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def check_for_abi_changes(self):
550550
"""Generate a report of ABI differences
551551
between self.old_rev and self.new_rev."""
552552
try:
553-
build_tree.check_repo_path()
553+
build_tree.chdir_to_root()
554554
if self.check_api or self.check_abi:
555555
self.check_abi_tools_are_installed()
556556
self._get_abi_dump_for_ref(self.old_version)

0 commit comments

Comments
 (0)