Skip to content

Commit

Permalink
cleaner name
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed Feb 13, 2024
1 parent f98c3cb commit 0155444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge_ansible_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def merge_xml_files(input_dir, output_file):
# Example usage specific to ansible repository
input_directory = os.path.join(os.getcwd(), "output/junit")
current_time = datetime.now()
output_xml_file = current_time.strftime("%Y%m%d%H%M") + 'ansible_merged_test.xml'
output_xml_file = current_time.strftime("%Y%m%d%H%M") + '_ansible_merged.xml'
merge_xml_files(input_directory, output_xml_file)

0 comments on commit 0155444

Please sign in to comment.