Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00db3859 authored by Kelvin Zhang's avatar Kelvin Zhang Committed by Gerrit Code Review
Browse files

Merge "Fix test failures due to binaries not found in PATH"

parents e9d4ddb1 05a3f680
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -545,7 +545,7 @@ def GetApexInfoFromTargetFiles(input_file):
    debugfs_path = os.path.join(OPTIONS.search_path, "bin", "debugfs_static")
    debugfs_path = os.path.join(OPTIONS.search_path, "bin", "debugfs_static")
  deapexer = 'deapexer'
  deapexer = 'deapexer'
  if OPTIONS.search_path:
  if OPTIONS.search_path:
    deapexer_path = os.path.join(OPTIONS.search_path, "deapexer")
    deapexer_path = os.path.join(OPTIONS.search_path, "bin", "deapexer")
    if os.path.isfile(deapexer_path):
    if os.path.isfile(deapexer_path):
      deapexer = deapexer_path
      deapexer = deapexer_path
  for apex_filename in os.listdir(target_dir):
  for apex_filename in os.listdir(target_dir):