mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-09 19:59:55 +00:00
Remove stray debugging bypasses
Signed-off-by: Bence Szépkúti <[email protected]>
This commit is contained in:
@@ -151,7 +151,6 @@ class AbiChecker:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def check_abi_tools_are_installed():
|
def check_abi_tools_are_installed():
|
||||||
return
|
|
||||||
for command in ["abi-dumper", "abi-compliance-checker"]:
|
for command in ["abi-dumper", "abi-compliance-checker"]:
|
||||||
if not shutil.which(command):
|
if not shutil.which(command):
|
||||||
raise Exception("{} not installed, aborting".format(command))
|
raise Exception("{} not installed, aborting".format(command))
|
||||||
@@ -394,7 +393,6 @@ class AbiChecker:
|
|||||||
|
|
||||||
def _cleanup_worktree(self, git_worktree_path):
|
def _cleanup_worktree(self, git_worktree_path):
|
||||||
"""Remove the specified git worktree."""
|
"""Remove the specified git worktree."""
|
||||||
return
|
|
||||||
shutil.rmtree(git_worktree_path)
|
shutil.rmtree(git_worktree_path)
|
||||||
submodule_output = subprocess.check_output(
|
submodule_output = subprocess.check_output(
|
||||||
[self.git_command, "submodule", "foreach", "--recursive",
|
[self.git_command, "submodule", "foreach", "--recursive",
|
||||||
|
|||||||
Reference in New Issue
Block a user