Skip to content

Commit

Permalink
Remove subfolder from xml output dir
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 22, 2023
1 parent d57b875 commit d2e54d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/tools/testing/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def MakeLauncher():
logging.info(("Xml results for this test will "
"be logged to '%s'."), test_result_xml_path)
elif self.xml_output_dir:
xml_output_subdir = os.path.join(self.xml_output_dir, target_name)
xml_output_subdir = os.path.join(self.xml_output_dir)
try:
os.makedirs(xml_output_subdir)
except OSError as ose:
Expand Down

0 comments on commit d2e54d5

Please sign in to comment.