Commit 0321409
authored
Fixes in FVP invocation (#62)
This patches fixes two bugs:
- Properly propagate FVP's return code to the caller.
- Prepend `INST=` to the `--application` argument value. This is
required when the application's path contains equal signs (`=`). This
sign is interpreted as a special case inside FVP: its presence in the
path leads to ambiguity. One way to work around this is to do the
prepend. After that, any `=` sign that comes up in the path is treated
as part of the path.
This is the help message from Corstone's `--application`:
> -a, --application FILE application to load, format: -a [INST=]FILE
(use -a INST=FILE for a specific instance, use -a INST*=FILE to match
multiple instances using wildcards e.g. for SMP cores)1 parent c51547e commit 0321409
File tree
2 files changed
+13
-2
lines changed- arm-software/embedded/arm-runtimes/test-support
2 files changed
+13
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
| |||
0 commit comments