Re: [PATCH 3/4] tests/guest-debug: Support passing arguments to the GDB test script

2024-08-07 Thread Gustavo Romero
Hi Alex, On 7/25/24 5:38 PM, Alex Bennée wrote: Gustavo Romero writes: This commit adds a new option to run-test.py, --test-args, which can be used to pass arguments to the GDB test script specified by the --test option. The arguments passed are in the key=value form, and multiple pairs can b

Re: [PATCH 3/4] tests/guest-debug: Support passing arguments to the GDB test script

2024-07-25 Thread Alex Bennée
Gustavo Romero writes: > This commit adds a new option to run-test.py, --test-args, which can > be used to pass arguments to the GDB test script specified by the --test > option. The arguments passed are in the key=value form, and multiple > pairs can be passed, separated by a space. For example:

[PATCH 3/4] tests/guest-debug: Support passing arguments to the GDB test script

2024-07-22 Thread Gustavo Romero
This commit adds a new option to run-test.py, --test-args, which can be used to pass arguments to the GDB test script specified by the --test option. The arguments passed are in the key=value form, and multiple pairs can be passed, separated by a space. For example: run-test.py [...] --test --tes