Home
last modified time | relevance | path

Searched refs:file1_path (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dutils_files.py21 def file_diff(file1_path, file2_path, diff_file_path, skip_string): argument
61 if not os.path.exists(file1_path) or (not os.path.exists(file2_path)):
64 with open(file1_path, "r") as file:
93 + file1_path
115 filter(None, ["diff", ignore_string, file1_path, file2_path])