Merge "Fix test flake"
This commit is contained in:
@@ -1424,6 +1424,7 @@ def ResolveAVBSigningPathArgs(split_args):
|
||||
def ResolveBinaryPath(path):
|
||||
if os.path.exists(path):
|
||||
return path
|
||||
if OPTIONS.search_path:
|
||||
new_path = os.path.join(OPTIONS.search_path, path)
|
||||
if os.path.exists(new_path):
|
||||
return new_path
|
||||
|
Reference in New Issue
Block a user