Skip to content

Commit

Permalink
Update BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunn…
Browse files Browse the repository at this point in the history
…er.py

Signed-off-by: Joey Vagedes <[email protected]>
  • Loading branch information
Javagedes authored Jun 3, 2024
1 parent 495b9ac commit 7f9f3d3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def do_post_build(self, thebuilder):
os.path.basename(test))
file_match_pattern = test + ".*." + arch + ".result.xml"
xml_results_list = glob.glob(file_match_pattern)

for xml_result_file in xml_results_list:
root = xml.etree.ElementTree.parse(
xml_result_file).getroot()
Expand Down

0 comments on commit 7f9f3d3

Please sign in to comment.