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

2024-09-06 Thread Alex Bennée
Gustavo Romero writes: > This commit adds support for passing arguments to the GDB test scripts > so it's possible to parse the args in an "argparse way" in the test > scripts launched by the runner. The arguments should be preceded by -- > when passed to the runner. For example, passing "--help"

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

2024-08-25 Thread Gustavo Romero
This commit adds support for passing arguments to the GDB test scripts so it's possible to parse the args in an "argparse way" in the test scripts launched by the runner. The arguments should be preceded by -- when passed to the runner. For example, passing "--help" arg to the GDB_TEST_SCRIPT: run