From f1cd5cc1d134aa977f568a80b45287bb49f6b47d Mon Sep 17 00:00:00 2001 From: Victor Campos Date: Thu, 9 Jan 2025 16:39:35 +0000 Subject: [PATCH] Fix issues with lit-exec-fvp.py This patch gives execution permissions to this Python program and fixes one wrong variable name. --- arm-runtimes/test-support/lit-exec-fvp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 arm-runtimes/test-support/lit-exec-fvp.py diff --git a/arm-runtimes/test-support/lit-exec-fvp.py b/arm-runtimes/test-support/lit-exec-fvp.py old mode 100644 new mode 100755 index 1481c9ff..ef62c9c0 --- a/arm-runtimes/test-support/lit-exec-fvp.py +++ b/arm-runtimes/test-support/lit-exec-fvp.py @@ -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,