Skip to content

Commit

Permalink
Fixing test description parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed Jun 14, 2024
1 parent 54e4515 commit fc61cb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ gdrive_url.py
html/
doc/detailed_report.rst
doc/test_results.rst
test_description.rst
2 changes: 2 additions & 0 deletions interoperability_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,8 @@ def main():

if args.test_description_file is None:
options['test_description_file'] = 'test_descriptions.rst'
else:
options['test_description_file'] = args.test_description_file

if args.output_name is None:
now = datetime.now()
Expand Down

0 comments on commit fc61cb0

Please sign in to comment.