Skip to content

Commit

Permalink
Print additional argument
Browse files Browse the repository at this point in the history
Since we print every other arg, may as well print one of the newer ones
for debug purposes.

Signed-off-by: Samuel E. Browne <[email protected]>
  • Loading branch information
sebrowne committed Oct 15, 2024
1 parent b2a7764 commit 5fbd58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/pr_tools/PullRequestLinuxDriverTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ def parse_args():
print("| - [O] workspace-dir : {workspace_dir}".format(**vars(arguments)))
print("| - [O] extra_configure_args : {extra_configure_args}".format(**vars(arguments)))
print("| - [O] dashboard_build_name : {dashboard_build_name}".format(**vars(arguments)))
print("| - [O] use_explicit_cacefile : {use_explicit_cachefile}".format(**vars(arguments)))
#print("| - [O] : {}".format(**vars(arguments)))
print("+" + "="*78 + "+")

Expand Down

0 comments on commit 5fbd58a

Please sign in to comment.