Skip to content

Commit 447a633

Browse files
authored
Fix issues with lit-exec-fvp.py (#625)
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.
1 parent dc7dd64 commit 447a633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arm-runtimes/test-support/lit-exec-fvp.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main():
2626
help="Directory containing FVP config files",
2727
required=True,
2828
)
29-
main_arg_group.add_argument(
29+
parser.add_argument(
3030
"--fvp-model",
3131
help="model name for FVP",
3232
required=True,

0 commit comments

Comments
 (0)