Skip to content

Commit

Permalink
Fix issues with lit-exec-fvp.py (#625)
Browse files Browse the repository at this point in the history
This patch gives execution permissions to this Python script and fixes
one wrong variable name.

Since this script is used as an executable in our lit tests, it ought to
have execution rights.
  • Loading branch information
vhscampos authored Jan 10, 2025
1 parent dc7dd64 commit 447a633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm-runtimes/test-support/lit-exec-fvp.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main():
help="Directory containing FVP config files",
required=True,
)
main_arg_group.add_argument(
parser.add_argument(
"--fvp-model",
help="model name for FVP",
required=True,
Expand Down

0 comments on commit 447a633

Please sign in to comment.